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.java124 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
128 mCompilationBenchmarkMaxIterations = maxIterations; in enableCompilationCachingBenchmarks()
220 int maxIterations, BenchmarkResult benchmarkResult) throws IOException { in runCompilationBenchmarkLoop() argument
223 mTest.runCompilationBenchmark(warmupMinTime, runMinTime, maxIterations); in runCompilationBenchmarkLoop()
DNNTestBase.java351 float runTimeoutSec, int maxIterations) throws IOException, BenchmarkException { in runCompilationBenchmark() argument
356 mModelHandle, maxIterations, warmupTimeoutSec, runTimeoutSec); in runCompilationBenchmark()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java70 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
72 warmupTimeSeconds, runTimeSeconds, maxIterations); in enableCompilationCachingBenchmarks()