Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java51 private boolean mUseNnApiSupportLibrary = false; field in NNBenchmark
85 mUseNnApiSupportLibrary = value; in setUseNnApiSupportLibrary()
86 mProcessor.setUseNnApiSupportLibrary(mUseNnApiSupportLibrary); in setUseNnApiSupportLibrary()
153 mProcessor.setUseNnApiSupportLibrary(mUseNnApiSupportLibrary); in onResume()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java78 private boolean mUseNnApiSupportLibrary; field in Processor
96 mUseNnApiSupportLibrary = false; in Processor()
145 public void setUseNnApiSupportLibrary(boolean value) { mUseNnApiSupportLibrary = value; } in setUseNnApiSupportLibrary()
217 … mMmapModel, mUseNnApiSupportLibrary, mExtractNnApiSupportLibrary, mNnApiSupportLibraryVendor); in changeTest()
DNNTestBase.java155 private boolean mUseNnApiSupportLibrary = false; field in NNTestBase
221 public void setUseNnApiSupportLibrary(boolean value) {mUseNnApiSupportLibrary = value;} in setUseNnApiSupportLibrary()
239 if (mUseNnApiSupportLibrary) { in setupModel()