Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp490 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation() argument
508 for (int i = 0; i < maxNumIterations; i++) { in benchmarkSingleTypeOfCompilation()
552 int maxNumIterations, in benchmarkSingleTypeOfCompilationWithWarmup() argument
558 bool success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, warmupTimeout, nullptr); in benchmarkSingleTypeOfCompilationWithWarmup()
564 success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, runTimeout, results); in benchmarkSingleTypeOfCompilationWithWarmup()
569 bool BenchmarkModel::benchmarkCompilation(int maxNumIterations, float warmupTimeout, in benchmarkCompilation() argument
575 CompilationBenchmarkType::WITHOUT_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation()
595 CompilationBenchmarkType::SAVE_TO_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation()
605 CompilationBenchmarkType::PREPARE_FROM_CACHE, maxNumIterations, warmupTimeout, in benchmarkCompilation()
Drun_tflite.h113 bool benchmarkCompilation(int maxNumIterations, float warmupTimeout, float runTimeout,
134 bool benchmarkSingleTypeOfCompilation(CompilationBenchmarkType type, int maxNumIterations,
137 int maxNumIterations, float warmupTimeout,
Dbenchmark_jni.cpp500 jint maxNumIterations, in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() argument
512 model->benchmarkCompilation(maxNumIterations, warmupTimeoutSec, runTimeoutSec, &result); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java78 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec); in runCompilationBenchmark() argument