Home
last modified time | relevance | path

Searched refs:modelsForAccelerator (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DPerformanceDegradationTest.java120 List<TestModels.TestModelEntry> modelsForAccelerator = in call() local
124 if (modelsForAccelerator.isEmpty()) { in call()
129 modelsForAccelerator.size())); in call()
131 TestModels.TestModelEntry modelForInference = modelsForAccelerator.get(0); in call()
134 for (TestModels.TestModelEntry modelForCompilation : modelsForAccelerator) { in call()
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java93 modelNames.addAll(modelsForAccelerator(ALL_AVAILABLE_ACCELERATORS)); in onCreate()
125 mModelsAdapter.addAll(modelsForAccelerator(mAcceleratorName.get())); in onCreate()
167 private List<String> modelsForAccelerator(String acceleratorName) { in modelsForAccelerator() method in MainActivity