Home
last modified time | relevance | path

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

/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNBenchmark.java89 public void setNnApiSupportLibraryVendor(String value) { in setNnApiSupportLibraryVendor() method in NNBenchmark
91 mProcessor.setNnApiSupportLibraryVendor(mNnApiSupportLibraryVendor); in setNnApiSupportLibraryVendor()
154 mProcessor.setNnApiSupportLibraryVendor(mNnApiSupportLibraryVendor); in onResume()
DAcceleratorSpecificTestSupport.java169 mProcessor.setNnApiSupportLibraryVendor(NNTestBase.getNnApiSupportLibraryVendor());
DBenchmarkTestBase.java102 mActivity.setNnApiSupportLibraryVendor(nnApiSupportLibraryVendor); in setUseNNApi()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DTestModels.java103 test.setNnApiSupportLibraryVendor(nnApiSlVendor); in createNNTestBase()
DProcessor.java147 public void setNnApiSupportLibraryVendor(String value) { mNnApiSupportLibraryVendor = value; } in setNnApiSupportLibraryVendor() method in Processor
DNNTestBase.java223 public void setNnApiSupportLibraryVendor(String value) {mNnApiSupportLibraryVendor = value;} in setNnApiSupportLibraryVendor() method in NNTestBase