Home
last modified time | relevance | path

Searched refs:DeallocateTimer (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dtimer.cc30 Timer::~Timer() { parent_->DeallocateTimer(this); } in ~Timer()
Dstream_executor_internal.h258 virtual void DeallocateTimer(Timer *timer) = 0;
Dstream_executor_pimpl.cc788 void StreamExecutor::DeallocateTimer(Timer *timer) { in DeallocateTimer() function in stream_executor::StreamExecutor
789 return implementation_->DeallocateTimer(timer); in DeallocateTimer()
Dstream_executor_pimpl.h627 void DeallocateTimer(Timer *timer);
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h123 void DeallocateTimer(Timer *timer) override {} in DeallocateTimer() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h156 void DeallocateTimer(Timer *timer) override {} in DeallocateTimer() function
/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor.h94 void DeallocateTimer(Timer* timer) override;
Dtpu_executor.cc118 void TpuExecutor::DeallocateTimer(Timer* timer) {} in DeallocateTimer() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h167 void DeallocateTimer(Timer* timer) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc623 void GpuExecutor::DeallocateTimer(Timer* timer) { in DeallocateTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc510 void DeallocateTimer(Timer* timer) override { in DeallocateTimer() function in stream_executor::__anon00950a620111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc715 void GpuExecutor::DeallocateTimer(Timer* timer) { in DeallocateTimer() function in stream_executor::gpu::GpuExecutor