Searched refs:modelsForAccelerator (Results 1 – 2 of 2) sorted by relevance
120 List<TestModels.TestModelEntry> modelsForAccelerator = in call() local124 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()
93 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