Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp554 float runTimeout, in benchmarkSingleTypeOfCompilationWithWarmup() argument
564 success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, runTimeout, results); in benchmarkSingleTypeOfCompilationWithWarmup()
570 float runTimeout, CompilationBenchmarkResult* result) { in benchmarkCompilation() argument
575 CompilationBenchmarkType::WITHOUT_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation()
595 CompilationBenchmarkType::SAVE_TO_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation()
606 runTimeout, &prepareFromCacheTimeSec); in benchmarkCompilation()
Drun_tflite.h113 bool benchmarkCompilation(int maxNumIterations, float warmupTimeout, float runTimeout,
138 float runTimeout, std::vector<float>* results);