Home
last modified time | relevance | path

Searched refs:BlockUntilDone (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc56 AsExecutorStream(stream)->BlockUntilDone(); in Memcpy()
65 AsExecutorStream(stream)->BlockUntilDone(); in Memcpy()
96 AsExecutorStream(dependent)->BlockUntilDone(); in CreateStreamDependency()
111 AsExecutorStream(stream)->BlockUntilDone(); in BlockHostUntilDone()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream.h40 void BlockUntilDone();
Dhost_stream.cc56 void HostStream::BlockUntilDone() { in BlockUntilDone() function in stream_executor::host::HostStream
Dhost_gpu_executor.cc168 AsHostStream(dependent)->BlockUntilDone(); in CreateStreamDependency()
183 AsHostStream(stream)->BlockUntilDone(); in BlockHostUntilDone()
/external/tensorflow/tensorflow/compiler/xla/service/
Dexecution_tracker.h46 Status BlockUntilDone() const;
Dexecution_tracker.cc40 Status AsyncExecution::BlockUntilDone() const { in BlockUntilDone() function in xla::AsyncExecution
Dservice.cc929 TF_RETURN_IF_ERROR(execution->BlockUntilDone()); in WaitForExecution()