Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc335 const bool until_max_time = num_runs <= 0; in TimeMultipleRuns() local
336 for (int i = 0; until_max_time || i < num_runs; ++i) { in TimeMultipleRuns()