Home
last modified time | relevance | path

Searched defs:WaitForEvent (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h121 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc146 TEST(SimpleThreadTest, WaitForEvent) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h143 port::Status WaitForEvent(Stream *stream, Event *event) override { in WaitForEvent() function
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc548 void WaitForEvent(const FilePath& signal_dir, const char* signal_file) { in WaitForEvent() function
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc592 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc766 port::Status StreamExecutor::WaitForEvent(Stream *stream, Event *event) { in WaitForEvent() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc711 port::Status GpuExecutor::WaitForEvent(Stream* stream, Event* event) { in WaitForEvent() function in stream_executor::gpu::GpuExecutor