Home
last modified time | relevance | path

Searched refs: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
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()
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.java61 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS); in stressTestNNAPI() local
62 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.java237 public void runTest(TestAction ta, String testName) { in runTest() argument
244 runOnUiThread(ta); in runTest()
248 BenchmarkResult bmValue = ta.getBenchmark(); in runTest()