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.cc40 static int64 accum_time = 0; variable
258 accum_time = 0; in Run()
276 const double seconds = accum_time * 1e-6; in Run()
305 accum_time += (env->NowMicros() - start_time); in StopTiming()