Home
last modified time | relevance | path

Searched defs:warmupTimeSeconds (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()
143 private BenchmarkResult getBenchmark(float warmupTimeSeconds, float runTimeSeconds) in getBenchmark()
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java128 float warmupTimeSeconds, float runTimeSeconds) throws IOException, BenchmarkException { in runSynchronously()
DBenchmarkTestBase.java158 public TestAction(TestModelEntry testName, float warmupTimeSeconds, float runTimeSeconds) { in TestAction()