Searched refs:WARMUP_SHORT_SECONDS (Results 1 – 3 of 3) sorted by relevance
48 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, RUNTIME_SHORT_SECONDS); in testNNAPI()
51 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, in testTFLite()
63 protected static final float WARMUP_SHORT_SECONDS = 0.3f; field in BenchmarkTestBase