Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 111111112 (0.22 sec)

  1. src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/inst.json

    {"Name":"FCVTZS (scalar, integer)","Bits":"1|0|0|1|1|1|1|0|01:2|1|1|1|0|0|0|0|0|0|0|0|0|Rn:5|Rd:5","Arch":"Double-precision to 64-bit variant","Syntax":"FCVTZS <Xd>, <Dn>","Code":"","Alias":""},
    {"Name":"FCVTZU (vector, fixed-point)","Bits":"0|1|1|1|1|1|1|1|0|immh:4|immb:3|1|1|1|1|1|1|Rn:5|Rd:5","Arch":"Scalar Scalar variant","Syntax":"FCVTZU <V><d>, <V><n>, #<fbits>","Code":"","Alias":""},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 16 17:57:48 UTC 2017
    - 234.7K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier_test.go

    		{
    			Address:      netutils.ParseIPSloppy("10.10.10.10"),
    			Port:         56,
    			ActiveConn:   0,
    			InactiveConn: 0,
    		},
    		{
    			Address:      netutils.ParseIPSloppy("11.11.11.11"),
    			Port:         56,
    			ActiveConn:   0,
    			InactiveConn: 0,
    		},
    	}
    	for _, rs := range rss {
    		fp.ipvs.AddRealServer(vs, rs)
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_test.go

    			{Name: "1234", Image: "foo"},
    		},
    	})
    	pod.Annotations[kubetypes.ConfigSourceAnnotationKey] = "file"
    
    	// Mirror pod has an outdated spec.
    	mirrorPod := podWithUIDNameNsSpec("11111111", "foo", "ns", v1.PodSpec{
    		Containers: []v1.Container{
    			{Name: "1234", Image: "bar"},
    		},
    	})
    	mirrorPod.Annotations[kubetypes.ConfigSourceAnnotationKey] = "api"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      %0 = "tf.Conv2DBackpropInput"(%arg0, %arg1, %arg2) {strides = [1, 2, 2, 1], explicit_paddings = [1, 1, 1, 1, 1, 1, 1, 1], padding="EXPLICIT", dilations=[1, 1, 1, 1]}: (tensor<4xi32>, tensor<3x3x1x32xf32>, tensor<15x14x14x32xf32>) -> tensor<15x28x28x1xf32>
      func.return %0 : tensor<15x28x28x1xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
  5. pkg/config/validation/validation_test.go

    			Ingress: []*networking.IstioIngressListener{
    				{
    					Port: &networking.SidecarPort{
    						Protocol: "http",
    						Number:   90,
    						Name:     "foo",
    					},
    					DefaultEndpoint: "[1:1:1:1:1:1:1:1]:90",
    				},
    			},
    		}, false, false},
    		{"ingress with invalid default endpoint uds", &networking.Sidecar{
    			Ingress: []*networking.IstioIngressListener{
    				{
    					Port: &networking.SidecarPort{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  6. pkg/proxy/nftables/proxier_test.go

    				{endpoint: "10.4.4.6:45", isLocal: true},
    			},
    		},
    		expectedResult: map[proxy.ServicePortName][]endpointExpectation{
    			makeServicePortName("ns1", "ep1", "p11", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.11:11", isLocal: false},
    				{endpoint: "10.1.1.1:11", isLocal: false},
    			},
    			makeServicePortName("ns1", "ep1", "p12", v1.ProtocolUDP): {
    				{endpoint: "10.1.1.2:12", isLocal: false},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
Back to top