Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 46 for distinguish (0.17 sec)

  1. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/testdata/swagger.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 55.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

      // operations.
      if (!ModuleContainsTensorListOp(module)) return;
    
      // TensorFlow operations that doesn't have operands and results of type
      // variant are legal. Here, we don't distinguish between variants encoding
      // TensorList or some other type as that information is not available here.
      // Partial legalization is used below to still allow ops with variant types
      // still.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__authorization.k8s.io__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:26 UTC 2023
    - 66.1K bytes
    - Viewed (0)
  4. src/cmd/dist/test.go

    	env []string // Environment variables to add, as KEY=VAL. KEY= unsets a variable
    
    	runOnHost bool // When cross-compiling, run this test on the host instead of guest
    
    	// variant, if non-empty, is a name used to distinguish different
    	// configurations of the same test package(s). If set and omitVariant is false,
    	// the Package field in test2json output is rewritten to pkg:variant.
    	variant string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    			// startContainer() returns well-defined error codes that have reasonable cardinality for metrics and are
    			// useful to cluster administrators to distinguish "server errors" from "user errors".
    			metrics.StartedContainersErrorsTotal.WithLabelValues(metricLabel, err.Error()).Inc()
    			if sc.HasWindowsHostProcessRequest(pod, spec.container) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    	"subresource": "Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
  7. pkg/scheduler/framework/runtime/framework.go

    			continue
    		}
    
    		// track plugins enabled via multipoint separately from those enabled by specific extensions,
    		// so that we can distinguish between double-registration and explicit overrides
    		multiPointEnabled := newOrderedSet()
    		overridePlugins := newOrderedSet()
    		for _, ep := range profile.Plugins.MultiPoint.Enabled {
    			pg, ok := f.pluginsMap[ep.Name]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  8. src/time/time.go

    //
    // The zero Time value does not force a specific epoch for the time
    // representation. For example, to use the Unix epoch internally, we
    // could define that to distinguish a zero value from Jan 1 1970, that
    // time would be represented by sec=-1, nsec=1e9. However, it does
    // suggest a representation, namely using 1-1-1 00:00:00 UTC as the
    // epoch, and that's what we do.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 50.7K bytes
    - Viewed (0)
  9. src/go/printer/nodes.go

    //     &^	6
    //     ++	5
    //     --	5
    //
    //     (Comparison operators always have spaces around them.)
    //
    //  2. If there is a mix of level 5 and level 4 operators, then the cutoff
    //     is 5 (use spaces to distinguish precedence) in Normal mode
    //     and 4 (never use spaces) in Compact mode.
    //
    //  3. If there are no level 4 operators or no level 5 operators, then the
    //     cutoff is 6 (always use spaces) in Normal mode
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Oct 17 18:53:17 UTC 2023
    - 52.6K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // Subresource is the name of the subresource used to update that object, or
      // empty string if the object was updated through the main resource. The
      // value of this field is used to distinguish between managers, even if they
      // share the same name. For example, a status update will be distinct from a
      // regular update using the same manager name.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top