Searched refs:runTimeoutSec (Results 1 – 2 of 2) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | NNTestBase.java | 97 long modelHandle, int maxNumIterations, float warmupTimeoutSec, float runTimeoutSec, in runCompilationBenchmark() argument 442 float runTimeoutSec, int maxIterations) throws IOException, BenchmarkException { in runCompilationBenchmark() argument 447 mModelHandle, maxIterations, warmupTimeoutSec, runTimeoutSec, in runCompilationBenchmark()
|
/test/mlts/benchmark/jni/ |
D | benchmark_jni.cpp | 504 jfloat runTimeoutSec, in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark() argument 516 runTimeoutSec, useNnapiSl, &result); in Java_com_android_nn_benchmark_core_NNTestBase_runCompilationBenchmark()
|