Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h155 bool AllocateTimer(Timer *timer) override { return true; } in AllocateTimer() function
/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h134 bool AllocateTimer(Timer *timer) override { return true; } in AllocateTimer() function
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h253 virtual bool AllocateTimer(Timer *timer) = 0;
Dstream_executor_pimpl.cc796 bool StreamExecutor::AllocateTimer(Timer *timer) { in AllocateTimer() function in stream_executor::StreamExecutor
797 return implementation_->AllocateTimer(timer); in AllocateTimer()
Dstream_executor_pimpl.h598 bool AllocateTimer(Timer *subject);
Dstream.cc313 CheckError(parent_->AllocateTimer(timer)); in InitTimer()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h164 bool AllocateTimer(Timer* timer) override;
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc620 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc739 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor