Home
last modified time | relevance | path

Searched refs:ThenDoHostCallback (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_timer.cc28 return stream->ThenDoHostCallback([this]() { this->StartNow(); }).ok(); in Start()
32 return stream->ThenDoHostCallback([this]() { this->StopNow(); }).ok(); in Stop()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dtuple_thunk.cc50 if (!stream->ThenDoHostCallback([buffers_raw] { delete[] buffers_raw; }) in ExecuteOnStream()
Doutfeed_thunk.cc92 .ThenDoHostCallback([buffer]() { (*buffer)->Done(); }); in ExecuteOnStream()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device_context.cc189 host_to_device_stream_->ThenDoHostCallback([ref]() { ref.Unref(); }); in CopyCPUTensorToDevice()
192 host_to_device_stream_->ThenDoHostCallback([ref, done]() { in CopyCPUTensorToDevice()
/external/tensorflow/tensorflow/contrib/mpi_collectives/kernels/
Dmpi_ops.cc1017 stream->ThenDoHostCallback(allreduce_launch_callback); in ComputeAsync()
1111 stream->ThenDoHostCallback(allgather_launch_callback); in ComputeAsync()
/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_ops.cc1071 stream->ThenDoHostCallback(allreduce_launch_callback); in ComputeAsync()
1187 stream->ThenDoHostCallback(allgather_launch_callback); in ComputeAsync()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h1929 Stream &ThenDoHostCallback(std::function<void()> callback);
Dstream.cc5116 Stream &Stream::ThenDoHostCallback(std::function<void()> callback) { in ThenDoHostCallback() function in stream_executor::Stream
5254 return ThenDoHostCallback([stream_executor, bound_task]() { in ThenEnqueueOnBackgroundThread()