Searched refs:runTimeSeconds (Results 1 – 3 of 3) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | Processor.java | 87 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument 90 BenchmarkResult result = getBenchmark(warmupTimeSeconds, runTimeSeconds); in getInstrumentationResult() 143 private BenchmarkResult getBenchmark(float warmupTimeSeconds, float runTimeSeconds) in getBenchmark() argument 170 r = runBenchmarkLoop(runTimeSeconds, mCompleteInputSet); in getBenchmark()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNBenchmark.java | 128 float warmupTimeSeconds, float runTimeSeconds) throws IOException, BenchmarkException { in runSynchronously() argument 129 return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds); in runSynchronously()
|
D | BenchmarkTestBase.java | 158 public TestAction(TestModelEntry testName, float warmupTimeSeconds, float runTimeSeconds) { in TestAction() argument 161 mRunTimeSeconds = runTimeSeconds; in TestAction()
|