Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for evacuated (0.18 sec)

  1. pkg/controller/job/job_controller.go

    	jobCtx.finishedCondition = hasSuccessCriteriaMetCondition(&job)
    
    	// Given that the Job already has the SuccessCriteriaMet condition, the termination condition already had confirmed in another cycle.
    	// So, the job-controller evaluates the podFailurePolicy only when the Job doesn't have the SuccessCriteriaMet condition.
    	if jobCtx.finishedCondition == nil && feature.DefaultFeatureGate.Enabled(features.JobPodFailurePolicy) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // in the given test case, whether their definitions come before or
    // AFTER the INSTANTIATE_TEST_CASE_P statement.
    //
    // Please also note that generator expressions (including parameters to the
    // generators) are evaluated in InitGoogleTest(), after main() has started.
    // This allows the user on one hand, to adjust generator parameters in order
    // to dynamically determine a set of tests to run and on the other hand,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  3. tensorflow/c/c_api.h

    // TF_DeleteFunction is a noop if `func` is null.
    // Deleting a function does not remove it from any graphs it was copied to.
    TF_CAPI_EXPORT extern void TF_DeleteFunction(TF_Function* func);
    
    // Attempts to evaluate `output`. This will only be possible if `output` doesn't
    // depend on any graph inputs (this function is safe to call if this isn't the
    // case though).
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 26 21:08:15 UTC 2023
    - 82.3K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // in the given test case, whether their definitions come before or
    // AFTER the INSTANTIATE_TEST_CASE_P statement.
    //
    // Please also note that generator expressions (including parameters to the
    // generators) are evaluated in InitGoogleTest(), after main() has started.
    // This allows the user on one hand, to adjust generator parameters in order
    // to dynamically determine a set of tests to run and on the other hand,
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  5. src/cmd/go/internal/modload/load.go

    		if pattern == "all" {
    			allPatternIsRoot = true
    		}
    	}
    
    	updateMatches := func(rs *Requirements, ld *loader) {
    		for _, m := range matches {
    			switch {
    			case m.IsLocal():
    				// Evaluate list of file system directories on first iteration.
    				if m.Dirs == nil {
    					matchModRoots := modRoots
    					if opts.MainModule != (module.Version{}) {
    						matchModRoots = []string{MainModules.ModRoot(opts.MainModule)}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
Back to top