Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 33333 (0.04 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    
    class StaticRangeQuantizationTest(quantize_model_test_base.QuantizedModelTest):
    
      @parameterized.parameters(
          testing.parameter_combinations([{
              'shapes': [
                  ([3, 3], [3, 3]),
                  ([3, None], [None, 3]),
                  ([None, None], [None, None]),
                  ([4, 3, 3], [4, 3, 3]),
                  ([4, 3, None], [4, None, 3]),
                  ([None, None, None], [None, None, None]),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.4.md

    - non-hostNetwork daemonsets will almost always have a pod that fails to schedule ([#32900](https://github.com/kubernetes/kubernetes/issues/32900))
    - Service loadBalancerSourceRanges doesn't respect updates ([#33033](https://github.com/kubernetes/kubernetes/issues/33033))
    - disallow user to update loadbalancerSourceRanges ([#33346](https://github.com/kubernetes/kubernetes/issues/33346))
    
    ## Notable Changes to Existing Behavior
    
    ### Deployments
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

    * Switch k8s on GCE to use GCI by default ([#33353](https://github.com/kubernetes/kubernetes/pull/33353), [@vishh](https://github.com/vishh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (1)
  4. pkg/printers/internalversion/printers_test.go

    			node: api.Node{
    				ObjectMeta: metav1.ObjectMeta{Name: "foo3"},
    				Status: api.NodeStatus{Addresses: []api.NodeAddress{
    					{Type: api.NodeExternalIP, Address: "2.2.2.2"},
    					{Type: api.NodeInternalIP, Address: "3.3.3.3"},
    					{Type: api.NodeExternalIP, Address: "4.4.4.4"},
    				}},
    			},
    			expected: []metav1.TableRow{
    				{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  5. pkg/proxy/ipvs/proxier_test.go

    			},
    			makeServicePortName("ns1", "ep1", "p122", v1.ProtocolUDP): {
    				{endpoint: "1.1.1.2:122", isLocal: false},
    			},
    			makeServicePortName("ns3", "ep3", "p33", v1.ProtocolUDP): {
    				{endpoint: "3.3.3.3:33", isLocal: false},
    			},
    			makeServicePortName("ns4", "ep4", "p44", v1.ProtocolUDP): {
    				{endpoint: "4.4.4.4:44", isLocal: true},
    			},
    		},
    		expectedDeletedUDPEndpoints: []proxy.ServiceEndpoint{{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top