Home
last modified time | relevance | path

Searched defs:maxNumIterations (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/jni/
Drun_tflite.cpp490 int maxNumIterations, float timeout, in benchmarkSingleTypeOfCompilation()
552 int maxNumIterations, in benchmarkSingleTypeOfCompilationWithWarmup()
569 bool BenchmarkModel::benchmarkCompilation(int maxNumIterations, float warmupTimeout, in benchmarkCompilation()
Dbenchmark_jni.cpp500 jint maxNumIterations, 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()