Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java158 static public List<TestModelEntry> modelsList(String modelFilterRegex) { in modelsList() argument
159 if (modelFilterRegex == null || modelFilterRegex.isEmpty()) { in modelsList()
163 Log.i("NN_BENCHMARK", "Filtering model with filter " + modelFilterRegex); in modelsList()
166 modelEntry.mModelName.matches(modelFilterRegex) in modelsList()