Home
last modified time | relevance | path

Searched refs:PollForEventStatus (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Devent.cc50 return stream_exec_->PollForEventStatus(this); in PollForStatus()
Dstream_executor_internal.h253 virtual Event::Status PollForEventStatus(Event *event) = 0;
Dstream_executor_pimpl.cc758 Event::Status StreamExecutor::PollForEventStatus(Event *event) { in PollForEventStatus() function in stream_executor::StreamExecutor
759 return implementation_->PollForEventStatus(event); in PollForEventStatus()
Dstream_executor_pimpl.h609 Event::Status PollForEventStatus(Event *event);
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h114 Event::Status PollForEventStatus(Event *event) override;
Dhost_gpu_executor.cc255 Event::Status HostExecutor::PollForEventStatus(Event *event) { in PollForEventStatus() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h147 Event::Status PollForEventStatus(Event *event) override { in PollForEventStatus() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h147 Event::Status PollForEventStatus(Event* event) override;
Dtpu_executor.cc132 stream_executor::Event::Status TpuExecutor::PollForEventStatus( in PollForEventStatus() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h181 Event::Status PollForEventStatus(Event* event) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc603 Event::Status GpuExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc471 Event::Status PollForEventStatus(Event* event) override { in PollForEventStatus() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
Dstream_executor_test.cc535 TEST_F(StreamExecutorTest, PollForEventStatus) { in TEST_F() argument
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc695 Event::Status GpuExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::gpu::GpuExecutor