Searched refs:mUseNnApiSupportLibrary (Results 1 – 3 of 3) sorted by relevance
51 private boolean mUseNnApiSupportLibrary = false; field in NNBenchmark85 mUseNnApiSupportLibrary = value; in setUseNnApiSupportLibrary()86 mProcessor.setUseNnApiSupportLibrary(mUseNnApiSupportLibrary); in setUseNnApiSupportLibrary()153 mProcessor.setUseNnApiSupportLibrary(mUseNnApiSupportLibrary); in onResume()
78 private boolean mUseNnApiSupportLibrary; field in Processor96 mUseNnApiSupportLibrary = false; in Processor()145 public void setUseNnApiSupportLibrary(boolean value) { mUseNnApiSupportLibrary = value; } in setUseNnApiSupportLibrary()217 … mMmapModel, mUseNnApiSupportLibrary, mExtractNnApiSupportLibrary, mNnApiSupportLibraryVendor); in changeTest()
155 private boolean mUseNnApiSupportLibrary = false; field in NNTestBase221 public void setUseNnApiSupportLibrary(boolean value) {mUseNnApiSupportLibrary = value;} in setUseNnApiSupportLibrary()239 if (mUseNnApiSupportLibrary) { in setupModel()