Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 56 for 0010 (0.05 sec)

  1. pkg/kubelet/nodestatus/setters_test.go

    				{Type: v1.NodeInternalIP, Address: "10.1.1.1"},
    				{Type: v1.NodeInternalIP, Address: "2600:1f14:1d4:d101:0:0:0:ba3d"},
    				{Type: v1.NodeHostName, Address: testKubeletHostname},
    			},
    			expectedAddresses: []v1.NodeAddress{
    				{Type: v1.NodeInternalIP, Address: "2600:1f14:1d4:d101:0:0:0:ba3d"},
    				{Type: v1.NodeHostName, Address: testKubeletHostname},
    			},
    			shouldError: false,
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

            input_tensor=ops.convert_to_tensor(input_data)
        )
    
        # Indirectly tests that the model is only partially quantized.
        self.assertAllClose(new_outputs, expected_outputs, rtol=0.011)
    
        # Due to other meta data, the compression is not exactly 1/4.
        self.assertLess(
            testing.get_size_ratio(
                self._output_saved_model_path, self._input_saved_model_path
            ),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/listener_test.go

    			FilterChains: []listenertest.FilterChainTest{
    				{
    					Name:           "0.0.0.0_8080",
    					Type:           listenertest.MTLSHTTP,
    					HTTPFilters:    httpFilters,
    					NetworkFilters: httpNetworkFilters,
    					TotalMatch:     true,
    				},
    				{
    					Name:           "0.0.0.0_8080",
    					Type:           listenertest.PlainTCP,
    					HTTPFilters:    httpFilters,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  4. pilot/pkg/model/virtualservice_test.go

    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/config/schema/kind"
    	"istio.io/istio/pkg/config/visibility"
    	"istio.io/istio/pkg/test/util/assert"
    	"istio.io/istio/pkg/util/sets"
    )
    
    const wildcardIP = "0.0.0.0"
    
    func TestMergeVirtualServices(t *testing.T) {
    	independentVs := config.Config{
    		Meta: config.Meta{
    			GroupVersionKind: gvk.VirtualService,
    			Name:             "virtual-service",
    			Namespace:        "default",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 60.6K bytes
    - Viewed (0)
  5. hack/local-up-cluster.sh

    API_HOST=${API_HOST:-localhost}
    API_HOST_IP=${API_HOST_IP:-"127.0.0.1"}
    ADVERTISE_ADDRESS=${ADVERTISE_ADDRESS:-""}
    NODE_PORT_RANGE=${NODE_PORT_RANGE:-""}
    API_BIND_ADDR=${API_BIND_ADDR:-"0.0.0.0"}
    EXTERNAL_HOSTNAME=${EXTERNAL_HOSTNAME:-localhost}
    
    KUBELET_HOST=${KUBELET_HOST:-"127.0.0.1"}
    KUBELET_RESOLV_CONF=${KUBELET_RESOLV_CONF:-"/etc/resolv.conf"}
    # By default only allow CORS for requests on localhost
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  6. internal/bucket/lifecycle/lifecycle_test.go

    			prefix:      "foodir/",
    			want:        false,
    		},
    		{
    			inputConfig: `<LifecycleConfiguration><Rule><Filter><Prefix>foodir/</Prefix></Filter><Status>Enabled</Status><Expiration><Date>2999-01-01T00:00:00.000Z</Date></Expiration></Rule></LifecycleConfiguration>`,
    			prefix:      "foodir/foobject",
    			want:        false,
    		},
    		{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 23 01:12:48 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

      "tf_device.cluster"() ({
    
        // CHECK: "tf.Const"() <{value = dense<(1.000000e+00,0.000000e+00)> : tensor<complex<f32>>}> : () -> tensor<complex<f32>>
        // CHECK-NOT: tf.ResourceApplyAdam
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/css/javadoc.css

        font-weight:bold;
        margin:10px 0 0 0;
        color:var(--body-text-color);
    }
    dl.notes > dd {
        margin:5px 10px 10px 0;
        font-size:1em;
        font-family:var(--block-font-family)
    }
    dl.name-value > dt {
        margin-left:1px;
        font-size:1.1em;
        display:inline;
        font-weight:bold;
    }
    dl.name-value > dd {
        margin:0 0 0 1px;
        font-size:1.1em;
        display:inline;
    }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 09 14:25:49 UTC 2024
    - 50.5K bytes
    - Viewed (0)
  9. tensorflow/cc/gradients/math_grad.cc

                          std::vector<Output>* grad_outputs) {
      // The SegmentSum operation sums segments of the Tensor that have the same
      // index in the segment_ids parameter.
      // i.e z = [2, 3, 4, 5], segment_ids [0, 0, 0, 1]
      // will produce [2 + 3 + 4, 5] = [9, 5]
      // The gradient that will flow back to the gather operation will look like
      // [x1, x2], it will have the same shape as the output of the SegmentSum
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  10. istioctl/pkg/describe/describe.go

    		if filter.Verify(listenerTyped) {
    			sockAddr := listenerTyped.Address.GetSocketAddress()
    			if sockAddr != nil {
    				// Skip outbound listeners
    				if sockAddr.Address == "0.0.0.0" {
    					continue
    				}
    			}
    
    			for _, filterChain := range listenerTyped.FilterChains {
    				for _, filter := range filterChain.Filters {
    					hcm := &hcm.HttpConnectionManager{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
Back to top