Home
last modified time | relevance | path

Searched defs:ta (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() local
55 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPI10Seconds() local
64 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPIAllData() local
DTFLiteTest.java43 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLite10Seconds() local
51 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, in testTFLite() local
60 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLiteAllData() local
DNNInferenceStressTest.java61 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS); in stressTestNNAPI() local
DNNModelLoadingStressTest.java65 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI() local
DNNScoringTest.java72 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test() local
DBenchmarkTestBase.java237 public void runTest(TestAction ta, String testName) { in runTest()