Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 2,060 for names_ (1.92 sec)

  1. tensorflow/compiler/jit/node_matchers.h

    // Public interface.
    
    // Matches a node with name `name`.
    impl::NodeMatcherProperties Name(string name);
    
    // Matches a node with op `op`.
    impl::NodeMatcherProperties Op(string op);
    
    // Matches a node with assigned device `assigned_device`.
    impl::NodeMatcherProperties AssignedDevice(string assigned_device);
    
    // Matches a node with a boolean typed attribute named `name` and with value
    // `value`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  2. releasenotes/notes/external-name-on.yaml

          * Because the destination DNS name is treated as opaque, we cannot apply Istio policies to it as expected. For example, if I point
            an external name at another in-cluster Service (for example, `example.default.svc.cluster.local`), mTLS would not be used.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Nov 02 18:58:52 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modindex/build.go

    	}
    
    	return false
    }
    
    // goodOSArchFile returns false if the name contains a $GOOS or $GOARCH
    // suffix which does not match the current system.
    // The recognized name formats are:
    //
    //	name_$(GOOS).*
    //	name_$(GOARCH).*
    //	name_$(GOOS)_$(GOARCH).*
    //	name_$(GOOS)_test.*
    //	name_$(GOARCH)_test.*
    //	name_$(GOOS)_$(GOARCH)_test.*
    //
    // Exceptions:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 25 17:39:23 UTC 2023
    - 26.8K bytes
    - Viewed (0)
  4. releasenotes/notes/fix-external-name.yaml

    John Howard <******@****.***> 1713547188 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 19 17:19:48 UTC 2024
    - 264 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/gateway/invalid-listener-name.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: Gateway
    metadata:
      name: invalid-listener-name
    spec:
      gatewayClassName: acme-lb
      listeners:
      - name: bad>
        protocol: HTTP
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 194 bytes
    - Viewed (0)
  6. src/cmd/internal/obj/riscv/cpu.go

    	REG_T4   = REG_X29
    	REG_T5   = REG_X30
    	REG_T6   = REG_X31 // aka REG_TMP
    
    	// Go runtime register names.
    	REG_CTXT = REG_S10 // Context for closures.
    	REG_G    = REG_S11 // G pointer.
    	REG_LR   = REG_RA  // Link register.
    	REG_TMP  = REG_T6  // Reserved for assembler use.
    
    	// ABI names for floating point registers.
    	REG_FT0  = REG_F0
    	REG_FT1  = REG_F1
    	REG_FT2  = REG_F2
    	REG_FT3  = REG_F3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:19:33 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. releasenotes/notes/alt-stat-name.yaml

    Rama Chavali <******@****.***> 1716199771 +0530
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 10:09:31 UTC 2024
    - 184 bytes
    - Viewed (0)
  8. pkg/config/analysis/analyzers/testdata/service-port-name.yaml

      name: reviews-istio-waypoint
      namespace: ambient
    spec:
      ports:
      - appProtocol: tcp
        name: status-port
        port: 15021
        protocol: TCP
        targetPort: 15021
      - appProtocol: hbone
        name: mesh
        port: 15008
        protocol: TCP
        targetPort: 15008
      selector:
        gateway.networking.k8s.io/gateway-name: reviews
      sessionAffinity: None
      type: ClusterIP
    ---
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 03 21:10:07 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/invalid/httproute/invalid-header-name.yaml

    apiVersion: gateway.networking.k8s.io/v1beta1
    kind: HTTPRoute
    metadata:
      name: invalid-header-name
    spec:
      rules:
      - matches:
        - headers:
          - type: Exact
            name: magic/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 203 bytes
    - Viewed (0)
  10. pkg/config/host/names_test.go

    		},
    		{
    			host.Names{"foo.com", "*.net"},
    			host.Names{"*.com", "bar.net"},
    			host.Names{"foo.com", "bar.net"},
    		},
    		{
    			host.Names{"foo.com", "*.net"},
    			host.Names{"*.bar.net"},
    			host.Names{"*.bar.net"},
    		},
    		{
    			host.Names{"foo.com", "bar.net"},
    			host.Names{"*"},
    			host.Names{"foo.com", "bar.net"},
    		},
    		{
    			host.Names{"foo.com"},
    			host.Names{},
    			host.Names{},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 10:35:13 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top