Searched refs:runTimeoutSec (Results 1 – 2 of 2) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | NNTestBase.java | 77 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec); in runCompilationBenchmark() argument 351 float runTimeoutSec, int maxIterations) throws IOException, BenchmarkException { in runCompilationBenchmark() argument 356 mModelHandle, maxIterations, warmupTimeoutSec, runTimeoutSec); in runCompilationBenchmark()
|
/test/mlts/benchmark/jni/ |
D | benchmark_jni.cpp | 475 jfloat runTimeoutSec) { 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()
|