Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 47 of 47 for Constraint (0.19 sec)

  1. src/encoding/json/testdata/code.json.gz

    n_t":1228525763,"max_t":1229474548,"mean_t":1229000155},{"name":"mq-relative-constraints-03-expected.checksum","kids":[],"cl_weight":0.0013731467423074358,"touches":2,"min_t":1228525763,"max_t":1229474548,"mean_t":1229000155},{"name":"mq-relative-constraints-06-expected.png","kids":[],"cl_weight":0.0013731467423074358,"touches":2,"min_t":1228525763,"max_t":1229474548,"mean_t":1229000155},{"name":"mq-relative-constraints-07-expected.checksum","kids":[],"cl_weight":0.0013731467423074358,"touches":...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/x86/asm6.go

    // least as high as a, which should be a power of two
    // and between 8 and 2048, inclusive.
    //
    // the boolean result indicates whether the alignment meets those constraints
    func requireAlignment(a int64, ctxt *obj.Link, cursym *obj.LSym) bool {
    	if !((a&(a-1) == 0) && 8 <= a && a <= 2048) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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