Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 61 for 123x (0.07 sec)

  1. src/fmt/fmt_test.go

    	{"%e", 1.0, "1.000000e+00"},
    	{"%e", 1234.5678e3, "1.234568e+06"},
    	{"%e", 1234.5678e-8, "1.234568e-05"},
    	{"%e", -7.0, "-7.000000e+00"},
    	{"%e", -1e-9, "-1.000000e-09"},
    	{"%f", 1234.5678e3, "1234567.800000"},
    	{"%f", 1234.5678e-8, "0.000012"},
    	{"%f", -7.0, "-7.000000"},
    	{"%f", -1e-9, "-0.000000"},
    	{"%g", 1234.5678e3, "1.2345678e+06"},
    	{"%g", float32(1234.5678e3), "1.2345678e+06"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  2. pkg/controller/endpoint/endpoints_controller_test.go

    	}
    
    	expectedSubsets := []v1.EndpointSubset{{
    		Addresses: []v1.EndpointAddress{
    			{IP: "1.2.3.4", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod0", Namespace: ns}},
    			{IP: "1.2.3.5", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod1", Namespace: ns}},
    			{IP: "1.2.3.6", NodeName: &emptyNodeName, TargetRef: &v1.ObjectReference{Kind: "Pod", Name: "pod2", Namespace: ns}},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  3. src/net/netip/netip_test.go

    	tests := []struct {
    		a, b Addr
    		want bool
    	}{
    		{Addr{}, Addr{}, false},
    		{Addr{}, mustIP("1.2.3.4"), true},
    		{mustIP("1.2.3.4"), Addr{}, false},
    
    		{mustIP("1.2.3.4"), mustIP("0102:0304::0"), true},
    		{mustIP("0102:0304::0"), mustIP("1.2.3.4"), false},
    		{mustIP("1.2.3.4"), mustIP("1.2.3.4"), false},
    
    		{mustIP("::1"), mustIP("::2"), true},
    		{mustIP("::1"), mustIP("::1%foo"), true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  4. pilot/pkg/networking/core/sidecar_simulation_test.go

    		{Address: "1.2.3.4", Port: 81, Protocol: simulation.TCP, HostHeader: "headless.default.svc.cluster.local"},
    
    		{Address: "1.2.3.4", Port: 82, Protocol: simulation.TCP, HostHeader: "headless.default.svc.cluster.local"},
    
    		// Use short host name
    		{Address: "1.2.3.4", Port: 83, Protocol: simulation.TCP, TLS: simulation.TLS, HostHeader: "headless.default"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/serviceregistry_test.go

    		spec := workloadEntry.Spec.(*networking.WorkloadEntry).DeepCopy()
    		spec.Ports = map[string]uint32{
    			"http": 1234,
    		}
    		newWorkloadEntry.Spec = spec
    		makeIstioObject(t, store, newWorkloadEntry)
    		instances = []EndpointResponse{{
    			Address: workloadEntry.Spec.(*networking.WorkloadEntry).Address,
    			Port:    1234,
    		}}
    		fx.WaitOrFail(t, "xds")
    		expectServiceEndpoints(t, fx, expectedSvc, 80, instances)
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

        input_shape = (1, 2)
        model = self._create_matmul_model(
            input_shape,
            weight_shape=(2, 3),
            saved_model_path=self._input_saved_model_path,
        )
    
        rng = np.random.default_rng(1230)
        random_tensor_gen_fn = lambda: rng.uniform(
            low=0.0, high=1.0, size=input_shape
        ).astype(np.float32)
    
        def data_gen() -> repr_dataset.RepresentativeDataset:
          for _ in range(50):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

    ^bb0(%arg0: tensor<256x32x32x3xf32>, %arg1: tensor<3x3x3x16xf32>, %arg2: tensor<256x3x32x32xf32>) :
       // OK
       %0 = "tf.Conv2D"(%arg0, %arg1) {T = "tfdtype$DT_FLOAT", data_format = "NHWC", dilations = [1, 2, 3, 1], padding = "SAME", strides = [1, 4, 5, 1]} : (tensor<256x32x32x3xf32>, tensor<3x3x3x16xf32>) -> tensor<256x8x7x16xf32>
       // Unsupported data format
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  8. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1229, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1230, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1231, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1232, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1233, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1234, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1235, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1236, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1237, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/CollectionPropertySpec.groovy

                    return toMutable(["123"])
                }
            })
    
            expect:
            def actual = provider.get()
            actual == toMutable(["123"])
        }
    
        def "appends a single value using add"() {
            given:
            property.set(toMutable(["abc"]))
            property.add("123")
            property.add("456")
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  10. tensorflow/c/kernels_test.cc

        EXPECT_EQ(value.i(), 1234);
        TF_DeleteBuffer(node_def_buf);
        TF_DeleteStatus(status);
        return static_cast<void*>(s);
      };
    
      REGISTER_OP("TestKernelAttrGetNodeDef")
          .Attr("Attr: int")
          .SetShapeFn(tensorflow::shape_inference::UnknownShape);
    
      AttrValue v;
      v.set_i(1234);
      CreateAndCallKernelWithAttr(my_create_func, "TestKernelAttrGetNodeDef", v);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 50.4K bytes
    - Viewed (0)
Back to top