Home
last modified time | relevance | path

Searched defs:warmup_time_us (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/benchmark/
H A Dbenchmark_model.h48 tensorflow::Stat<int64_t> warmup_time_us, in BenchmarkResults()
66 tensorflow::Stat<int64_t> warmup_time_us() const { return warmup_time_us_; } in warmup_time_us() function
H A Dbenchmark_model.cc312 Stat<int64_t> warmup_time_us = in Run() local
/aosp_15_r20/external/tensorflow/tensorflow/tools/benchmark/
H A Dbenchmark_model.cc574 int64_t warmup_time_us = 0; in Main() local