Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 50 for zeroing (0.81 sec)

  1. cmd/kube-controller-manager/app/options/options_test.go

    	"--cluster-name=k8s",
    	"--cluster-signing-cert-file=/cluster-signing-cert",
    	"--cluster-signing-key-file=/cluster-signing-key",
    	"--cluster-signing-kubelet-serving-cert-file=/cluster-signing-kubelet-serving/cert-file",
    	"--cluster-signing-kubelet-serving-key-file=/cluster-signing-kubelet-serving/key-file",
    	"--cluster-signing-kubelet-client-cert-file=/cluster-signing-kubelet-client/cert-file",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

                    qc.RepresentativeDatasetConfig(
                        tf_record=qc.TfRecordFile(path=dataset_path)
                    )
                ]
            ),
            tf_saved_model=qc.TfSavedModelConfig(tags=[tag_constants.SERVING]),
            pipeline_config=qc.PipelineConfig(
                merge_fusion_with_dequantize=merge_fusion_with_dequantize
            ),
        )
        quantization.quantize_saved_model(
            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. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch.go

    // same fields and the latter one will override the former one. If you don't
    // want that happen, you need to run func MergingMapsHaveConflicts before
    // merging these patches. Applying the resulting merged merge patch to a JSONMap
    // yields the same as merging each strategic merge patch to the JSONMap in
    // succession.
    func MergeStrategicMergeMapPatchUsingLookupPatchMeta(schema LookupPatchMeta, patches ...JSONMap) (JSONMap, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 23:34:23 UTC 2023
    - 75.5K bytes
    - Viewed (0)
  4. pkg/controller/endpointslice/endpointslice_controller_test.go

    					Port:     pointer.Int32(80),
    				},
    			},
    			expectedEndpoints: []discovery.Endpoint{
    				{
    					Conditions: discovery.EndpointConditions{
    						Ready:       pointer.Bool(true),
    						Serving:     pointer.Bool(true),
    						Terminating: pointer.Bool(false),
    					},
    					Addresses: []string{"10.0.0.1"},
    					TargetRef: &v1.ObjectReference{Kind: "Pod", Namespace: "default", Name: "pod0"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 08:33:32 UTC 2024
    - 65.5K bytes
    - Viewed (0)
  5. pkg/proxy/winkernel/proxier.go

    			continue
    		}
    		if !ep.IsTerminating() {
    			return false
    		}
    	}
    	return true
    }
    
    // isAllEndpointsNonServing function will return true if all the endpoints are non serving.
    // If atleast one is serving, then return false
    func (proxier *Proxier) isAllEndpointsNonServing(svcName proxy.ServicePortName, isLocalTrafficDSR bool) bool {
    	for _, epInfo := range proxier.endpointsMap[svcName] {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/discovery/v1/generated.pb.go

    	_ = i
    	var l int
    	_ = l
    	if m.Terminating != nil {
    		i--
    		if *m.Terminating {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x18
    	}
    	if m.Serving != nil {
    		i--
    		if *m.Serving {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x10
    	}
    	if m.Ready != nil {
    		i--
    		if *m.Ready {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 55.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/discovery/v1beta1/generated.pb.go

    	_ = i
    	var l int
    	_ = l
    	if m.Terminating != nil {
    		i--
    		if *m.Terminating {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x18
    	}
    	if m.Serving != nil {
    		i--
    		if *m.Serving {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    		}
    		i--
    		dAtA[i] = 0x10
    	}
    	if m.Ready != nil {
    		i--
    		if *m.Ready {
    			dAtA[i] = 1
    		} else {
    			dAtA[i] = 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  8. hack/local-up-cluster.sh

                exit 1
            fi
        fi
    
        if ! curl --silent -k -g "${API_HOST}:${API_SECURE_PORT}" ; then
            echo "API SERVER secure port is free, proceeding..."
        else
            echo "ERROR starting API SERVER, exiting. Some process on ${API_HOST} is serving already on ${API_SECURE_PORT}"
            exit 1
        fi
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  9. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

            PomTestWrapper pom = buildPom("plugin-exec-merging-wo-version/sub");
            assertEquals(4, ((List<?>) pom.getValue("build/plugins[1]/executions")).size());
        }
    
        /* MNG-3943*/
        @Test
        void testMergeOfPluginExecutionsWhenChildAndParentUseDifferentPluginVersions() throws Exception {
            PomTestWrapper pom = buildPom("plugin-exec-merging-version-insensitive/sub");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  10. tensorflow/BUILD

            "//learning/brain/mlir/...",
            "//learning/brain/tfrt/...",
            "//learning/lib/ami/simple_ml/...",
            "//learning/pathways/...",
            "//learning/serving/contrib/tfrt/mlir/canonical_ops/...",
            "//learning/serving/experimental/remote_predict/...",
            "//perftools/accelerators/xprof/convert/...",
            "//perftools/accelerators/xprof/integration_tests/...",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top