Home
last modified time | relevance | path

Searched refs: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
49 runTest(ta, mModel.getTestName()); in testNNAPI()
55 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPI10Seconds() local
57 runTest(ta, mModel.getTestName()); in testNNAPI10Seconds()
64 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPIAllData() local
66 runTest(ta, mModel.getTestName()); in testNNAPIAllData()
DTFLiteTest.java43 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLite10Seconds() local
45 runTest(ta, mModel.getTestName()); in testTFLite10Seconds()
51 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, in testTFLite() local
53 runTest(ta, mModel.getTestName()); in testTFLite()
60 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLiteAllData() local
62 runTest(ta, mModel.getTestName()); in testTFLiteAllData()
DNNCrystalBallTest.java52 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test() local
54 runTest(ta, mModel.getTestName()); in test()
58 0, ta.getBenchmark().toBundle(mModel.getTestName())); in test()
DNNScoringTest.java72 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test() local
74 runTest(ta, mModel.getTestName()); in test()
77 writer.write(ta.getBenchmark()); in test()
DNNInferenceStressTest.java68 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS, in stressTestNNAPI() local
70 runTest(ta, mModel.getTestName()); in stressTestNNAPI()
DNNModelLoadingStressTest.java65 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI() local
67 runTest(ta, mModel.getTestName()); in stressTestNNAPI()
DBenchmarkTestBase.java249 public void runTest(TestAction ta, String testName) { in runTest() argument
257 runOnUiThread(ta); in runTest()
262 BenchmarkResult bmValue = ta.getBenchmark(); in runTest()