Home
last modified time | relevance | path

Searched refs:AllocateTimer (Results 1 – 12 of 12) 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.h75 bool AllocateTimer(Timer* timer) override;
Dtpu_executor.cc116 bool TpuExecutor::AllocateTimer(Timer* timer) { return true; } in AllocateTimer() function in tensorflow::tpu::TpuExecutor
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_internal.h257 virtual bool AllocateTimer(Timer *timer) = 0;
Dstream_executor_pimpl.cc784 bool StreamExecutor::AllocateTimer(Timer *timer) { in AllocateTimer() function in stream_executor::StreamExecutor
785 return implementation_->AllocateTimer(timer); in AllocateTimer()
Dstream_executor_pimpl.h624 bool AllocateTimer(Timer *timer);
Dstream.cc319 CheckError(parent_->AllocateTimer(timer)); in InitTimer()
/external/tensorflow/tensorflow/stream_executor/gpu/
Dgpu_executor.h165 bool AllocateTimer(Timer* timer) override;
/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/c/experimental/stream_executor/
Dstream_executor.cc503 bool AllocateTimer(Timer* timer) override { in AllocateTimer() function in stream_executor::__anon00950a620111::CStreamExecutor
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_gpu_executor.cc711 bool GpuExecutor::AllocateTimer(Timer* timer) { in AllocateTimer() function in stream_executor::gpu::GpuExecutor