Home
last modified time | relevance | path

Searched refs:HostCallback (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.cc48 bool StreamExecutorInterface::HostCallback(Stream* stream, in HostCallback() function in stream_executor::internal::StreamExecutorInterface
50 return HostCallback( in HostCallback()
Dstream_executor_internal.h242 virtual bool HostCallback(Stream *stream, std::function<void()> callback);
243 virtual bool HostCallback(Stream *stream,
Dstream_executor_pimpl.cc744 bool StreamExecutor::HostCallback(Stream *stream, in HostCallback() function in stream_executor::StreamExecutor
746 return implementation_->HostCallback(stream, std::move(callback)); in HostCallback()
749 bool StreamExecutor::HostCallback(Stream *stream, in HostCallback() function in stream_executor::StreamExecutor
751 return implementation_->HostCallback(stream, std::move(callback)); in HostCallback()
Dstream_executor_pimpl.h563 bool HostCallback(Stream *stream, std::function<void()> callback);
568 bool HostCallback(Stream *stream, std::function<port::Status()> callback);
Dstream.cc5123 CheckError(parent_->HostCallback(this, std::move(callback))); in ThenDoHostCallback()
5135 CheckError(parent_->HostCallback(this, std::move(callback))); in ThenDoHostCallbackWithStatus()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.cc81 bool XlaInterpreterExecutor::HostCallback( in HostCallback() function in stream_executor::interpreter::XlaInterpreterExecutor
Dexecutor.h128 bool HostCallback(Stream *stream,
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h106 bool HostCallback(Stream *stream,
Dhost_gpu_executor.cc150 bool HostExecutor::HostCallback(Stream *stream, in HostCallback() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h155 bool HostCallback(Stream* stream,
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc559 bool GpuExecutor::HostCallback(Stream* stream, in HostCallback() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc678 bool GpuExecutor::HostCallback(Stream* stream, in HostCallback() function in stream_executor::gpu::GpuExecutor