Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNTest.java48 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, RUNTIME_SHORT_SECONDS); in testNNAPI()
55 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPI10Seconds()
64 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPIAllData()
DTFLiteTest.java43 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLite10Seconds()
51 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, in testTFLite()
60 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLiteAllData()
DNNInferenceStressTest.java61 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS); in stressTestNNAPI()
DNNModelLoadingStressTest.java65 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI()
DBenchmarkTestBase.java173 class TestAction implements Joinable { class in BenchmarkTestBase
183 public TestAction(TestModelEntry testName, float warmupTimeSeconds, float runTimeSeconds) { in TestAction() method in BenchmarkTestBase.TestAction
237 public void runTest(TestAction ta, String testName) { in runTest()
DNNScoringTest.java72 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test()