Searched refs:runTimeSeconds (Results 1 – 4 of 4) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNBenchmark.java | 70 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()
|
D | BenchmarkTestBase.java | 183 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/ |
D | Processor.java | 124 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/ |
D | PerformanceDegradationTest.java | 70 float warmupTimeSeconds, float runTimeSeconds, String acceleratorName, int threadCount, in intentInitializer() argument 74 intent.putExtra(RUN_TIME_SECONDS, runTimeSeconds); in intentInitializer()
|