Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java76 private String mModelFilterRegex; field in Processor
95 mModelFilterRegex = null; in Processor()
142 this.mModelFilterRegex = value; in setModelFilterRegex()
349 final List<TestModelEntry> modelsList = TestModels.modelsList(mModelFilterRegex); in benchmarkAllModels()