Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.h115 bool benchmarkCompilation(int maxNumIterations,
141 int maxNumIterations,
146 int maxNumIterations,
Drun_tflite.cpp578 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation() argument
597 for (int i = 0; i < maxNumIterations; i++) { in benchmarkSingleTypeOfCompilation()
641 int maxNumIterations, in benchmarkSingleTypeOfCompilationWithWarmup() argument
649 maxNumIterations, in benchmarkSingleTypeOfCompilationWithWarmup()
659 maxNumIterations, in benchmarkSingleTypeOfCompilationWithWarmup()
667 bool BenchmarkModel::benchmarkCompilation(int maxNumIterations, float warmupTimeout, in benchmarkCompilation() argument
674 CompilationBenchmarkType::WITHOUT_CACHE, maxNumIterations, in benchmarkCompilation()
695 CompilationBenchmarkType::SAVE_TO_CACHE, maxNumIterations, in benchmarkCompilation()
706 CompilationBenchmarkType::PREPARE_FROM_CACHE, maxNumIterations, in benchmarkCompilation()
Dbenchmark_jni.cpp502 jint maxNumIterations, in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() argument
515 model->benchmarkCompilation(maxNumIterations, warmupTimeoutSec, in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java97 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec, in runCompilationBenchmark() argument