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

  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 155 bool AllocateTimer(Timer *timer) override { return true; }
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 137 bool AllocateTimer(Timer *timer) override;
cuda_gpu_executor.cc 636 bool CUDAExecutor::AllocateTimer(Timer *timer) {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 134 bool AllocateTimer(Timer *timer) override { return true; }
  /external/tensorflow/tensorflow/stream_executor/
stream_executor_internal.h 218 virtual bool AllocateTimer(Timer *timer) = 0;
stream_executor_pimpl.cc 686 bool StreamExecutor::AllocateTimer(Timer *timer) {
687 return implementation_->AllocateTimer(timer);
stream_executor_pimpl.h 544 bool AllocateTimer(Timer *subject);
    [all...]
stream.cc 288 CheckError(parent_->AllocateTimer(timer));
    [all...]

Completed in 268 milliseconds