Searched refs:ta (Results 1 – 6 of 6) sorted by relevance
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNTest.java | 48 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()
|
D | TFLiteTest.java | 43 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()
|
D | NNScoringTest.java | 72 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()
|
D | NNInferenceStressTest.java | 71 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS); in stressTestNNAPI() local 72 runTest(ta, mModel.getTestName()); in stressTestNNAPI()
|
D | NNModelLoadingStressTest.java | 77 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI() local 79 runTest(ta, mModel.getTestName()); in stressTestNNAPI()
|
D | BenchmarkTestBase.java | 214 public void runTest(TestAction ta, String testName) { in runTest() argument 221 runOnUiThread(ta); in runTest() 225 BenchmarkResult bmValue = ta.getBenchmark(); in runTest()
|