Home
last modified time | relevance | path

Searched defs:ta (Results 1 – 7 of 7) 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
DNNCrystalBallTest.java57 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test() local
DNNInferenceStressTest.java64 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS, in stressTestNNAPI() local
DNNModelLoadingStressTest.java69 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI() local
DNNScoringTest.java77 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test() local
DBenchmarkTestBase.java281 public void runTest(TestAction ta, String testName) { in runTest()