Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for Continuation (0.14 sec)

  1. tensorflow/compiler/jit/kernels/xla_ops.cc

          xla_compiler_args, DeviceCompileMode::kStrict,
          /*may_alias_resource_update=*/true, &client, &compilation_result,
          &executable);
      OP_REQUIRES_OK_ASYNC(ctx, status, done);
    
      // Continuation of the execution, may be run in a different thread.
      auto run_xla_cluster = [ctx, client, executable, compilation_result, done,
                              inputs, resources = resources_]() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  2. src/runtime/trace.go

    				throw("unexpected trace reader")
    			}
    
    			return true
    		}, nil, waitReasonTraceReaderBlocked, traceBlockSystemGoroutine, 2)
    		goto top
    	}
    
    	return buf
    }
    
    // readTrace0 is ReadTrace's continuation on g0. This must run on the
    // system stack because it acquires trace.lock.
    //
    //go:systemstack
    func readTrace0() (buf []byte, park bool) {
    	if raceenabled {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
Back to top