Home
last modified time | relevance | path

Searched defs:AllocateTimer (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h134 bool AllocateTimer(Timer *timer) override { return true; } in AllocateTimer() function
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dexecutor.h155 bool AllocateTimer(Timer *timer) override { return true; } in AllocateTimer() function
/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/
Dstream_executor_pimpl.cc796 bool StreamExecutor::AllocateTimer(Timer *timer) { in AllocateTimer() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc739 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor