Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dtest_benchmark.cc35 static int64 accum_time = 0; variable
214 accum_time = 0; in Run()
227 const double seconds = accum_time * 1e-6; in Run()
256 accum_time += (env->NowMicros() - start_time); in StopTiming()