Home
last modified time | relevance | path

Searched refs:tpu_timer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/tpu/
DBUILD108 "tpu_timer.h",
151 "tpu_timer.h",
185 "tpu_timer.h",
Dtpu_executor.cc169 SE_Timer* tpu_timer = tpu::ExecutorApiFn()->TpuTimer_NewFn(executor_); in GetTimerImplementation() local
170 auto ptr = absl::make_unique<TpuTimer>(tpu_timer); in GetTimerImplementation()
171 timer_map_[ptr.get()] = tpu_timer; in GetTimerImplementation()