Searched refs:maxNumIterations (Results 1 – 4 of 4) sorted by relevance
/test/mlts/benchmark/jni/ |
D | run_tflite.h | 115 bool benchmarkCompilation(int maxNumIterations, 141 int maxNumIterations, 146 int maxNumIterations,
|
D | run_tflite.cpp | 578 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()
|
D | benchmark_jni.cpp | 502 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/ |
D | NNTestBase.java | 97 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec, in runCompilationBenchmark() argument
|