Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/
Dbenchmark.cc114 const int64 max_us = (options.max_micros <= 0 && options.max_iters <= 0) in Benchmark()
116 : options.max_micros; in Benchmark()
Dbenchmark.h44 int64 max_micros = 0; // Maximum microseconds to run, ignored if <= 0. member