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.java87 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/
DNNBenchmark.java128 float warmupTimeSeconds, float runTimeSeconds) throws IOException, BenchmarkException { in runSynchronously() argument
129 return mProcessor.getInstrumentationResult(testModel, warmupTimeSeconds, runTimeSeconds); in runSynchronously()
DBenchmarkTestBase.java158 public TestAction(TestModelEntry testName, float warmupTimeSeconds, float runTimeSeconds) { in TestAction() argument
161 mRunTimeSeconds = runTimeSeconds; in TestAction()