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.cc57 AsExecutorStream(stream)->BlockUntilDone(); in Memcpy()
66 AsExecutorStream(stream)->BlockUntilDone(); in Memcpy()
97 AsExecutorStream(dependent)->BlockUntilDone(); in CreateStreamDependency()
112 AsExecutorStream(stream)->BlockUntilDone(); in BlockHostUntilDone()
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_stream.h44 void BlockUntilDone();
Dhost_stream.cc81 void HostStream::BlockUntilDone() { in BlockUntilDone() function in stream_executor::host::HostStream
Dhost_gpu_executor.cc272 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.cc906 TF_RETURN_IF_ERROR(execution->BlockUntilDone()); in WaitForExecution()