Home
last modified time | relevance | path

Searched refs:maxIterations (Results 1 – 3 of 3) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java129 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
133 mCompilationBenchmarkMaxIterations = maxIterations; in enableCompilationCachingBenchmarks()
232 int maxIterations, BenchmarkResult benchmarkResult) throws IOException { in runCompilationBenchmarkLoop() argument
235 mTest.runCompilationBenchmark(warmupMinTime, runMinTime, maxIterations); in runCompilationBenchmarkLoop()
DNNTestBase.java366 float runTimeoutSec, int maxIterations) throws IOException, BenchmarkException { in runCompilationBenchmark() argument
371 mModelHandle, maxIterations, warmupTimeoutSec, runTimeoutSec); in runCompilationBenchmark()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java75 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
77 warmupTimeSeconds, runTimeSeconds, maxIterations); in enableCompilationCachingBenchmarks()