Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_model.cc115 Stat<int64_t> BenchmarkModel::Run(int min_num_times, float min_secs, in Run() argument
119 << " iterations and at least " << min_secs << " seconds"; in Run()
121 profiling::time::NowMicros() + static_cast<int64_t>(min_secs * 1.e6f); in Run()
Dbenchmark_model.h159 virtual tensorflow::Stat<int64_t> Run(int min_num_times, float min_secs,
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp280 auto min_secs = duration_cast<Sec>(file_time_type::min().time_since_epoch()); in CompareTime() local
282 t1.time_since_epoch() < min_secs || t2.time_since_epoch() < min_secs; in CompareTime()