Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 55 for evacuated (0.14 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/project/DefaultProject.java

        }
    
        @Override
        public IsolatedProject getIsolated() {
            return new DefaultIsolatedProject(this, rootProject);
        }
    
        @Override
        public DefaultProject evaluate() {
            getProjectEvaluator().evaluate(this, state);
            return this;
        }
    
        @Override
        public ProjectInternal bindAllModelRules() {
            try {
                getModelRegistry().bindAllReferences();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 12:34:44 UTC 2024
    - 50.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/deadness_analysis.cc

      // If `must_be_true()` is true this SymbolPredicate represents the proposition
      // "tensor_id() is live and evaluates to true".
      //
      // If `must_be_true()` is false then this SymbolPredicate represents the
      // proposition "tensor_id() is live (and may evaluate to any value)"
      TensorId tensor_id() const { return tensor_id_; }
      bool must_be_true() const { return must_be_true_; }
    
     private:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/validating/admission_test.go

    	// is not existing
    	require.ErrorContains(t, err,
    		"no params found for policy binding with `Deny` parameterNotFoundAction")
    	require.Len(t, passedParams, 0)
    }
    
    // Show that policy still gets evaluated with `nil` param if paramRef & namespaceParamRef
    // are both unset
    func TestEmptyParamRef(t *testing.T) {
    	compiler := &fakeCompiler{}
    	matcher := &fakeMatcher{
    		DefaultMatch: true,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 25 01:39:01 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/compilation_test.go

    			},
    		},
    		{
    			name: "expression must evaluate to bool",
    			input: schema.Structural{
    				Generic: schema.Generic{
    					Type: "object",
    				},
    				ValidationExtensions: schema.ValidationExtensions{
    					XValidations: apiextensions.ValidationRules{
    						{Rule: "42"},
    					},
    				},
    			},
    			expectedResults: []validationMatcher{
    				invalidError("must evaluate to a bool"),
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 20:13:14 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_pipelining.cc

       F_0 = forward(args_0, N_0)
       T_0 = core_tpu(args_0, N_0, F_0)
       // B_0 = backward() is not evaluated here.
    }
    
    args_1 = update_args(args_0, N_0, T_0)
    
    // Start step 1
    C_1 = cond(args_1)
    N_1 = non_tpu(args_1)
    if (C_1) {
       F_1 = forward(args_1, N_1)
       // T_1 = core_tpu() is not evaluated here.
       // B_1 = backward() is not evaluated here.
    }
    
    // Partial update of args. We expect this to be sufficient
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 92.9K bytes
    - Viewed (0)
  6. src/html/template/exec_test.go

    			// pointer error. https://golang.org/issue/15125
    			"MissingFieldOnNil",
    			"{{.MissingField}}",
    			(*T)(nil),
    			"can't evaluate field MissingField in type *template.T",
    		},
    		{
    			"MissingFieldOnNonNil",
    			"{{.MissingField}}",
    			&T{},
    			"can't evaluate field MissingField in type *template.T",
    		},
    		{
    			"ExistingFieldOnNil",
    			"{{.X}}",
    			(*T)(nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Feb 24 21:59:12 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  7. cmd/iam.go

    	}
    
    	// 3. If an inline session-policy is present, evaluate it.
    	hasSessionPolicy, isAllowedSP := isAllowedBySessionPolicyForServiceAccount(args)
    	if hasSessionPolicy {
    		return isAllowedSP && (isOwnerDerived || combinedPolicy.IsAllowed(parentArgs))
    	}
    
    	// Sub policy not set. Evaluate only the parent policies.
    	return (isOwnerDerived || combinedPolicy.IsAllowed(parentArgs))
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:26:38 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  8. src/text/template/exec_test.go

    			// pointer error. https://golang.org/issue/15125
    			"MissingFieldOnNil",
    			"{{.MissingField}}",
    			(*T)(nil),
    			"can't evaluate field MissingField in type *template.T",
    		},
    		{
    			"MissingFieldOnNonNil",
    			"{{.MissingField}}",
    			&T{},
    			"can't evaluate field MissingField in type *template.T",
    		},
    		{
    			"ExistingFieldOnNil",
    			"{{.X}}",
    			(*T)(nil),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 22:23:55 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

    // coefficients are uniquely determined by the choice of g and n
    // (kLanczosGamma and kLanczosCoefficients.size() + 1). The coefficients below
    // correspond to [7, 9]. [5, 7], [7, 9], [9, 10], and [607/128.0, 15] were
    // evaluated and [7, 9] seemed to be the least sensitive to the quality of the
    // log function. In particular, [5, 7] is the only choice where -1.5e-5 <=
    // lgamma(2) <= 1.5e-5 for a particularly inaccurate log function.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/celcoststability_test.go

    				"self.something == 1 || self.something == '25%'": 6,
    				"self.something == '25%' || self.something == 1": 3,
    
    				// Because the type is dynamic it receives no type checking, and evaluates to false when compared to
    				// other types at runtime.
    				"self.something != ['anything']": 3,
    			},
    		},
    		{name: "int in intOrString",
    			obj: map[string]interface{}{
    				"something": int64(1),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:20:16 UTC 2024
    - 80.2K bytes
    - Viewed (0)
Back to top