Home
last modified time | relevance | path

Searched refs:warmupTimeoutSec (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java78 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec); in runCompilationBenchmark() argument
365 public CompilationBenchmarkResult runCompilationBenchmark(float warmupTimeoutSec, in runCompilationBenchmark() argument
371 mModelHandle, maxIterations, warmupTimeoutSec, runTimeoutSec); in runCompilationBenchmark()
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp501 jfloat warmupTimeoutSec, 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()