Home
last modified time | relevance | path

Searched defs:PollForEventStatus (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h147 Event::Status PollForEventStatus(Event *event) override { in PollForEventStatus() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.cc255 Event::Status HostExecutor::PollForEventStatus(Event *event) { in PollForEventStatus() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc132 stream_executor::Event::Status TpuExecutor::PollForEventStatus( in PollForEventStatus() function in tensorflow::tpu::TpuExecutor
/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/rocm/
Drocm_gpu_executor.cc603 Event::Status GpuExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc695 Event::Status GpuExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc758 Event::Status StreamExecutor::PollForEventStatus(Event *event) { in PollForEventStatus() function in stream_executor::StreamExecutor