Searched refs:maxNumIterations (Results 1 – 4 of 4) sorted by relevance
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 454 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation() argument 472 for (int i = 0; i < maxNumIterations; i++) { in benchmarkSingleTypeOfCompilation() 516 int maxNumIterations, in benchmarkSingleTypeOfCompilationWithWarmup() argument 522 bool success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, warmupTimeout, nullptr); in benchmarkSingleTypeOfCompilationWithWarmup() 528 success = benchmarkSingleTypeOfCompilation(type, maxNumIterations, runTimeout, results); in benchmarkSingleTypeOfCompilationWithWarmup() 533 bool BenchmarkModel::benchmarkCompilation(int maxNumIterations, float warmupTimeout, in benchmarkCompilation() argument 539 CompilationBenchmarkType::WITHOUT_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation() 559 CompilationBenchmarkType::SAVE_TO_CACHE, maxNumIterations, warmupTimeout, runTimeout, in benchmarkCompilation() 569 CompilationBenchmarkType::PREPARE_FROM_CACHE, maxNumIterations, warmupTimeout, in benchmarkCompilation()
|
D | run_tflite.h | 101 bool benchmarkCompilation(int maxNumIterations, float warmupTimeout, float runTimeout, 122 bool benchmarkSingleTypeOfCompilation(CompilationBenchmarkType type, int maxNumIterations, 125 int maxNumIterations, float warmupTimeout,
|
D | benchmark_jni.cpp | 473 jint maxNumIterations, in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() argument 485 model->benchmarkCompilation(maxNumIterations, warmupTimeoutSec, runTimeoutSec, &result); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | NNTestBase.java | 77 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec); in runCompilationBenchmark() argument
|