Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 119 for 222x (0.13 sec)

  1. operator/pkg/validate/validate_values_test.go

    		},
    		{
    			desc: "BadPortMalformed",
    			yamlStr: `
    global:
      proxy:
        excludeInboundPorts: "111,222x"
    `,
    			wantErrs: makeErrors([]string{`global.proxy.excludeInboundPorts : strconv.ParseInt: parsing "222x": invalid syntax`}),
    		},
    		{
    			desc: "unknown field",
    			yamlStr: `
    global:
      proxy:
        foo: "bar"
    `,
    			wantErrs: makeErrors([]string{`unknown field "foo" in v1alpha1.ProxyConfig`}),
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 13:43:12 UTC 2024
    - 6K bytes
    - Viewed (0)
  2. tensorflow/cc/saved_model/testdata/chunked_saved_model/chunked_model/saved_model.pbtxt

    353?\001D\025|Q\331\350?\317\001`T\353\316\341?\224]/\351\221\\\341?H\216\017NI\341\325?\014\232.\242\037_\354?zj\237\006+\345\332?\360b\r\245s\352\265?Hn\300A\222b\357?I\177c3+\271\344?\235\000\250\020\244\320\354?\346\026\005\241\232\026\335?\352\222/Gr\005\346?\241\t\272\242Sg\342?\306w\237\341-A\336?9\262\302\\=[\355?\354\272\375\222z\243\310?\272\313\370S$\000\322?R\310p\224\337\255\327?\300\272\207\326\365A\275?\372-<\361\362\355\325?\216\013\005D\326\352\330?\260N\014\353v\355\312?$\257B\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 21:43:11 UTC 2023
    - 531.2K bytes
    - Viewed (0)
  3. pkg/proxy/endpointschangetracker_test.go

    			makeServicePortName("ns2", "ep2", "p21", v1.ProtocolUDP): {
    				{ip: "2.2.2.1", port: 21, endpoint: "2.2.2.1:21", isLocal: false, ready: true, serving: true, terminating: false},
    				{ip: "2.2.2.2", port: 21, endpoint: "2.2.2.2:21", isLocal: true, ready: true, serving: true, terminating: false},
    			},
    			makeServicePortName("ns2", "ep2", "p22", v1.ProtocolUDP): {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 21 14:44:08 UTC 2023
    - 79.9K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/util/workloadinstances/index_test.go

    	}
    
    	// GetByIP should return 2 workload instances
    
    	verifyGetByIP("2.2.2.2", []*model.WorkloadInstance{wi3, wi1})
    
    	// Delete should return previously inserted value
    
    	deleted := index.Delete(wi1)
    	assert.Equal(t, wi1, deleted)
    
    	// GetByIP should return 1 workload instance
    
    	verifyGetByIP("2.2.2.2", []*model.WorkloadInstance{wi3})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___LTOA                          = 0x8AC // 2220
    	SYS___ULTOA                         = 0x8AD // 2221
    	SYS___LLTOA                         = 0x8AE // 2222
    	SYS___ULLTOA                        = 0x8AF // 2223
    	SYS___ITOA_A                        = 0x8B0 // 2224
    	SYS___UTOA_A                        = 0x8B1 // 2225
    	SYS___LTOA_A                        = 0x8B2 // 2226
    	SYS___ULTOA_A                       = 0x8B3 // 2227
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-default-attr.pbtxt

    \024\305\033\267\216\234\2028\360\272\014\270HH\317<\244\013R\276\372\035\375=iKJ\272\227!\304\273\362\\\376<\351:\223>\321\311\207\276\240\202\274\2745\347\352\271PO\306>j\031\3356O\256\266<o\376/\267\251+$=X`;>m\356\2637\tJJ>4\340Z\274!\272\2367\222s\360>\2743\227\267X\260\364=\036\352\331\274n\227\2777\324c\254>Tv\037\276\346E\331\271\352.\205\276\236R\253\267\245\035!70(\r\267V\226\207=\220\330\276::Y\255\276\230\344\212\272Q\037d\274\352]\343\274\350\343K\276\342B\232\275+\271\244\275N\024\...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:32:15 UTC 2020
    - 12K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    		for _, i := range instances {
    			i.Endpoint.WorkloadName = "wl"
    			i.Endpoint.Namespace = selector.Name
    		}
    		expectProxyInstances(t, sd, instances, "2.2.2.2")
    		expectServiceInstances(t, sd, selector, 0, instances)
    		expectEvents(t, events,
    			Event{Type: "proxy", ID: "2.2.2.2"},
    			Event{Type: "eds", ID: "selector.com", Namespace: selector.Namespace, EndpointCount: 2},
    		)
    	})
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/quantization.mlir

      %2 = "tfl.concatenation"(%1, %cst) {axis = 0 : i32, fused_activation_function = "NONE"} : (tensor<1x2x!quant.uniform<u8:f32, 1.0>>, tensor<1x2x!quant.uniform<u8:f32, 1.0>>) -> tensor<2x2x!quant.uniform<u8:f32, 1.0>>
      %3 = "tfl.dequantize"(%2) : (tensor<2x2x!quant.uniform<u8:f32, 1.0>>) -> tensor<2x2xf32>
      func.return %3 : tensor<2x2xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  9. cni/pkg/nodeagent/net_test.go

    			PodIPs: []corev1.PodIP{{IP: "e9ac:1e77:90ca:399f:4d6d:ece2:2f9b:3164"}, {IP: "e9ac:1e77:90ca:399f:4d6d:ece2:2f9b:3165"}},
    		}
    	} else {
    		podStatus = corev1.PodStatus{
    			PodIP:  "2.2.2.2",
    			PodIPs: []corev1.PodIP{{IP: "2.2.2.2"}, {IP: "3.3.3.3"}},
    		}
    	}
    
    	return &corev1.Pod{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      "foo",
    			Namespace: "bar",
    			UID:       "123",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/loadbalancer/loadbalancer_test.go

    							{
    								HostIdentifier: buildEndpoint("1.1.1.1"),
    								LoadBalancingWeight: &wrappers.UInt32Value{
    									Value: 1,
    								},
    							},
    							{
    								HostIdentifier: buildEndpoint("2.2.2.2"),
    								LoadBalancingWeight: &wrappers.UInt32Value{
    									Value: 1,
    								},
    							},
    						},
    						LoadBalancingWeight: &wrappers.UInt32Value{
    							Value: 2,
    						},
    						Priority: 0,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 23 05:38:57 UTC 2024
    - 39.1K bytes
    - Viewed (0)
Back to top