Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java53 private String mNnApiSupportLibraryVendor = ""; field in NNBenchmark
90 mNnApiSupportLibraryVendor = value; in setNnApiSupportLibraryVendor()
91 mProcessor.setNnApiSupportLibraryVendor(mNnApiSupportLibraryVendor); in setNnApiSupportLibraryVendor()
154 mProcessor.setNnApiSupportLibraryVendor(mNnApiSupportLibraryVendor); in onResume()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java80 private String mNnApiSupportLibraryVendor; field in Processor
98 mNnApiSupportLibraryVendor = ""; in Processor()
147 public void setNnApiSupportLibraryVendor(String value) { mNnApiSupportLibraryVendor = value; } in setNnApiSupportLibraryVendor()
217 … mMmapModel, mUseNnApiSupportLibrary, mExtractNnApiSupportLibrary, mNnApiSupportLibraryVendor); in changeTest()
DNNTestBase.java157 private String mNnApiSupportLibraryVendor = ""; field in NNTestBase
223 public void setNnApiSupportLibraryVendor(String value) {mNnApiSupportLibraryVendor = value;} in setNnApiSupportLibraryVendor()
244 Supplier<SupportLibraryDriverHandler> vendor = vendors.get(mNnApiSupportLibraryVendor); in setupModel()
248 mNnApiSupportLibraryVendor, vendors.keySet().toString())); in setupModel()