Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DBenchmarkTestBase.java188 public TestAction(TestModelEntry testName, float maxWarmupTimeSeconds, in TestAction() argument
190 this(testName, maxWarmupTimeSeconds, maxRunTimeSeconds, false); in TestAction()
193 public TestAction(TestModelEntry testName, float maxWarmupTimeSeconds, in TestAction() argument
196 mMaxWarmupTimeSeconds = maxWarmupTimeSeconds; in TestAction()