Home
last modified time | relevance | path

Searched refs:runTimeSeconds (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
132 mCompilationBenchmarkRunTimeSeconds = runTimeSeconds; in enableCompilationCachingBenchmarks()
137 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument
139 return getInstrumentationResult(t, warmupTimeSeconds, runTimeSeconds, false); in getInstrumentationResult()
145 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds, in getInstrumentationResult() argument
153 runTimeSeconds); in getInstrumentationResult()
247 private BenchmarkResult getBenchmark(float warmupTimeSeconds, float runTimeSeconds) in getBenchmark() argument
274 r = runBenchmarkLoop(runTimeSeconds, mCompleteInputSet); in getBenchmark()
/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()
146 …float warmupTimeSeconds, float runTimeSeconds, boolean sampleResults) throws IOException, Benchmar… in runSynchronously() argument
147 …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
75 intent.putExtra(RUN_TIME_SECONDS, runTimeSeconds); in intentInitializer()