Home
last modified time | relevance | path

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

/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.cc233 port::Status HostExecutor::DeallocateEvent(Event * /*event*/) { in DeallocateEvent() function in stream_executor::host::HostExecutor
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.cc110 Status TpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc451 port::Status DeallocateEvent(Event* event) override { in DeallocateEvent() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc583 port::Status GpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc675 port::Status GpuExecutor::DeallocateEvent(Event* event) { in DeallocateEvent() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc746 port::Status StreamExecutor::DeallocateEvent(Event *event) { in DeallocateEvent() function in stream_executor::StreamExecutor