Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.h146 Event::Status PollForEventStatus(Event *event) override { in PollForEventStatus() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.cc250 Event::Status HostExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::host::HostExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/tpu/
H A Dtpu_executor.cc132 stream_executor::Event::Status TpuExecutor::PollForEventStatus( in PollForEventStatus() function in tensorflow::tpu::TpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc606 Event::Status GpuExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/
H A Dstream_executor.cc458 Event::Status PollForEventStatus(Event* event) override { in PollForEventStatus() function in stream_executor::__anon702966b10111::CStreamExecutor
H A Dstream_executor_test.cc359 TEST_F(StreamExecutorTest, PollForEventStatus) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc738 Event::Status GpuExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_pimpl.cc761 Event::Status StreamExecutor::PollForEventStatus(Event* event) { in PollForEventStatus() function in stream_executor::StreamExecutor