Searched defs: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 55 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPI10Seconds() local 64 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPIAllData() local
|
D | TFLiteTest.java | 43 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
|
D | NNInferenceStressTest.java | 61 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS); in stressTestNNAPI() local
|
D | NNModelLoadingStressTest.java | 65 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI() local
|
D | NNScoringTest.java | 72 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test() local
|
D | BenchmarkTestBase.java | 237 public void runTest(TestAction ta, String testName) { in runTest()
|