Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Devent.cc32 auto status = stream_exec_->DeallocateEvent(this); in ~Event()
Dstream_executor_internal.h246 virtual port::Status DeallocateEvent(Event *event) = 0;
Dstream_executor_pimpl.cc758 port::Status StreamExecutor::DeallocateEvent(Event *event) { in DeallocateEvent() function in stream_executor::StreamExecutor
759 return implementation_->DeallocateEvent(event); in DeallocateEvent()
Dstream_executor_pimpl.h574 port::Status DeallocateEvent(Event *event);
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h135 port::Status DeallocateEvent(Event *event) override { in DeallocateEvent() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h113 port::Status DeallocateEvent(Event *event) override { in DeallocateEvent() function
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h174 port::Status DeallocateEvent(Event* event) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc584 port::Status GpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc703 port::Status GpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in stream_executor::gpu::GpuExecutor