Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 45 of 45 for Constraint (0.12 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    exact: type: string prefix: type: string regex: description: RE2 style regex-based match (https://github.com/google/re2/wiki/Syntax). type: string type: object sourceLabels: additionalProperties: type: string description: One or more labels that constrain the applicability of a rule to source (client) workloads with the given labels. type: object sourceNamespace: description: Source namespace constraining the applicability of a rule to workloads in that namespace. type: string statPrefix: description:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller_test.go

    							Labels: simpleDaemonSetLabel,
    						},
    						Spec: resourcePodSpec("", "100M", "0.5"),
    					},
    				},
    			},
    			shouldRun:             shouldRun, // This is because we don't care about the resource constraints any more and let default scheduler handle it.
    			shouldContinueRunning: true,
    		},
    		{
    			predicateName: "ShouldRunDaemonPod",
    			podsOnNode: []*v1.Pod{
    				{
    					Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      // refinement, so allow it to only be compatible. The op will be refined
      // during shape inference and casts inserted as needed to satisfy type
      // constraints of consumers.
      return succeeded(verifyCompatibleShapes(l, r));
    }
    
    namespace {
    struct FoldPseudoConstOp : public OpRewritePattern<ConstOp> {
      using OpRewritePattern<ConstOp>::OpRewritePattern;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    	// In that case, be cautious when changing the constant, it must work with nodeMonitorGracePeriod
    	// in nodecontroller. There are several constraints:
    	// 1. nodeMonitorGracePeriod must be N times more than nodeStatusUpdateFrequency, where
    	//    N means number of retries allowed for kubelet to post node status. It is pointless
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

        // output type/shape is only determined by its "named" attributes. (The
        // attributes should have fixed names so we can use the info from `specs_`
        // to set the value of them.) `Placeholder` satisfies these constraints.
        //
        // Therefore, if the input node isn't a `Placeholder`, we create one and use
        // it to replace the original input node, so the shape refiner can
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top