Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java150 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
152 mCompilationBenchmarkWarmupTimeSeconds = warmupTimeSeconds; in enableCompilationCachingBenchmarks()
158 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument
160 return getInstrumentationResult(t, warmupTimeSeconds, runTimeSeconds, false); in getInstrumentationResult()
166 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds, in getInstrumentationResult() argument
173 warmupTimeSeconds, in getInstrumentationResult()
272 private BenchmarkResult getBenchmark(float warmupTimeSeconds, float runTimeSeconds) in getBenchmark() argument
289 runBenchmarkLoop(warmupTimeSeconds, false); in getBenchmark()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java79 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
81 warmupTimeSeconds, runTimeSeconds, maxIterations); in enableCompilationCachingBenchmarks()
168 …float warmupTimeSeconds, float runTimeSeconds, boolean sampleResults) throws IOException, Benchmar… in runSynchronously() argument
169 …return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds, sampleRes… in runSynchronously()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java71 float warmupTimeSeconds, float runTimeSeconds, String acceleratorName, int threadCount, in intentInitializer() argument
74 intent.putExtra(WARMUP_SECONDS, warmupTimeSeconds); in intentInitializer()