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

  /external/tensorflow/tensorflow/stream_executor/
timer.cc 29 implementation_(parent_->implementation()->GetTimerImplementation()) {}
stream_executor_internal.h 317 virtual std::unique_ptr<TimerInterface> GetTimerImplementation() = 0;
  /external/tensorflow/tensorflow/compiler/xla/service/interpreter/
executor.h 202 std::unique_ptr<internal::TimerInterface> GetTimerImplementation() override {
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_gpu_executor.h 204 std::unique_ptr<internal::TimerInterface> GetTimerImplementation() override;
cuda_gpu_executor.cc 844 CUDAExecutor::GetTimerImplementation() {
    [all...]
  /external/tensorflow/tensorflow/stream_executor/host/
host_gpu_executor.h 202 std::unique_ptr<internal::TimerInterface> GetTimerImplementation() override {

Completed in 391 milliseconds