HomeSort by relevance Sort by last modified time
    Searched refs:DeallocateTimer (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
timer.cc 30 Timer::~Timer() { parent_->DeallocateTimer(this); }
stream_executor_internal.h 254 virtual void DeallocateTimer(Timer *timer) = 0;
stream_executor_pimpl.cc 800 void StreamExecutor::DeallocateTimer(Timer *timer) {
801 return implementation_->DeallocateTimer(timer);
stream_executor_pimpl.h 601 void DeallocateTimer(Timer *subject);
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 156 void DeallocateTimer(Timer *timer) override {}
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 136 void DeallocateTimer(Timer *timer) override {}
  /external/tensorflow/tensorflow/stream_executor/gpu/
gpu_executor.h 166 void DeallocateTimer(Timer* timer) override;
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.cc 743 void GpuExecutor::DeallocateTimer(Timer* timer) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/rocm/
rocm_gpu_executor.cc 624 void GpuExecutor::DeallocateTimer(Timer* timer) {
    [all...]

Completed in 51 milliseconds