Searched refs:TestAction (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() 55 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPI10Seconds() 64 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testNNAPIAllData()
|
D | TFLiteTest.java | 43 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLite10Seconds() 51 TestAction ta = new TestAction(mModel, WARMUP_SHORT_SECONDS, in testTFLite() 60 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in testTFLiteAllData()
|
D | NNInferenceStressTest.java | 61 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, RUNTIME_SECONDS); in stressTestNNAPI()
|
D | NNModelLoadingStressTest.java | 65 TestAction ta = new TestAction(mModel, WARMUP_SECONDS, INFERENCE_SECONDS); in stressTestNNAPI()
|
D | BenchmarkTestBase.java | 173 class TestAction implements Joinable { class in BenchmarkTestBase 183 public TestAction(TestModelEntry testName, float warmupTimeSeconds, float runTimeSeconds) { in TestAction() method in BenchmarkTestBase.TestAction 237 public void runTest(TestAction ta, String testName) { in runTest()
|
D | NNScoringTest.java | 72 TestAction ta = new TestAction(mModel, WARMUP_REPEATABLE_SECONDS, in test()
|