Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc575 int64 no_stat_time_us = 0; in Main() local
580 &no_stat_time_us, &no_stat_num_runs); in Main()
581 const double no_stat_wall_time = no_stat_time_us / 1000000.0; in Main()
604 << "no stats: " << no_stat_time_us / no_stat_num_runs << ", " in Main()