Home
last modified time | relevance | path

Searched refs:runTimeSeconds (Results 1 – 4 of 4) sorted by relevance

/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()
141 float warmupTimeSeconds, float runTimeSeconds) throws IOException, BenchmarkException { in runSynchronously() argument
142 return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds); in runSynchronously()
DBenchmarkTestBase.java183 public TestAction(TestModelEntry testName, float warmupTimeSeconds, float runTimeSeconds) { in TestAction() argument
186 mRunTimeSeconds = runTimeSeconds; in TestAction()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java124 float warmupTimeSeconds, float runTimeSeconds, int maxIterations) { in enableCompilationCachingBenchmarks() argument
127 mCompilationBenchmarkRunTimeSeconds = runTimeSeconds; in enableCompilationCachingBenchmarks()
134 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument
139 runTimeSeconds); in getInstrumentationResult()
235 private BenchmarkResult getBenchmark(float warmupTimeSeconds, float runTimeSeconds) in getBenchmark() argument
262 r = runBenchmarkLoop(runTimeSeconds, mCompleteInputSet); in getBenchmark()
/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java70 float warmupTimeSeconds, float runTimeSeconds, String acceleratorName, int threadCount, in intentInitializer() argument
74 intent.putExtra(RUN_TIME_SECONDS, runTimeSeconds); in intentInitializer()