Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/host/
Dhost_gpu_executor.h121 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/tpu/
Dtpu_executor.cc116 bool TpuExecutor::AllocateTimer(Timer* timer) { return true; } in AllocateTimer() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor.cc503 bool AllocateTimer(Timer* timer) override { in AllocateTimer() function in stream_executor::__anon902a2f7b0111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_gpu_executor.cc619 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc711 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.cc784 bool StreamExecutor::AllocateTimer(Timer *timer) { in AllocateTimer() function in stream_executor::StreamExecutor