Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for resumption (0.18 sec)

  1. src/testing/testing.go

    	// Report any races during execution of this test up to this point.
    	//
    	// We will assume that any races that occur between here and the point where
    	// we unblock are not caused by this subtest. That assumption usually holds,
    	// although it can be wrong if the test spawns a goroutine that races in the
    	// background while the rest of the test is blocked on the call to Parallel.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    		// before it exits. We set the minimum at 5 seconds to account for the OS
    		// overhead, and scale it up from there proportional to the overall test
    		// timeout on the assumption that the time to write and read a goroutine
    		// dump from a timed-out test process scales roughly with the overall
    		// running time of the test.
    		//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

       of the input argument. This attribute is added only to the input argument
       when the initial value of the corresponding resource is read, and the
       resource is written later.
    
    Assumption of this pass:
     . Compound resource operations have already been decomposed.
     . Dead functions have already been removed, as resource arguments in dead
       functions can cause the pass to fail.
    
    #### Options
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top