Home
last modified time | relevance | path

Searched refs:AllocateEvent (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Devent.cc40 auto status = stream_exec_->AllocateEvent(this); in Init()
Dstream_executor_internal.h245 virtual port::Status AllocateEvent(Event *event) = 0;
Dstream_executor_pimpl.cc754 port::Status StreamExecutor::AllocateEvent(Event *event) { in AllocateEvent() function in stream_executor::StreamExecutor
755 return implementation_->AllocateEvent(event); in AllocateEvent()
Dstream_executor_pimpl.h571 port::Status AllocateEvent(Event *event);
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h131 port::Status AllocateEvent(Event *event) override { in AllocateEvent() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h109 port::Status AllocateEvent(Event *event) override { in AllocateEvent() function
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h172 port::Status AllocateEvent(Event* event) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc580 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc699 port::Status GpuExecutor::AllocateEvent(Event* event) { in AllocateEvent() function in stream_executor::gpu::GpuExecutor