Home
last modified time | relevance | path

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

/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DNNTestBase.java169 public static boolean shouldUseNnApiSupportLibrary() { in shouldUseNnApiSupportLibrary() method in NNTestBase
448 shouldUseNnApiSupportLibrary()); in runCompilationBenchmark()
DProcessor.java188 NNTestBase.shouldUseNnApiSupportLibrary(), in isTestModelSupportedByAccelerator() argument
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DDumpIntermediateTensors.java98 NNTestBase.shouldUseNnApiSupportLibrary(), in onCreate() argument
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DNNParallelInferenceTest.java134 NNTestBase.shouldUseNnApiSupportLibrary()); in runAllModelsOnNThreadsForOnAccelerator()
DNNClientEarlyTerminationTest.java145 NNTestBase.shouldUseNnApiSupportLibrary()); in compileSupportedModelsOnNThreadsFor()
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DAcceleratorSpecificTestSupport.java167 mProcessor.setUseNnApiSupportLibrary(NNTestBase.shouldUseNnApiSupportLibrary());
DBenchmarkTestBase.java96 final boolean useNnApiSupportLibrary = NNTestBase.shouldUseNnApiSupportLibrary(); in setUseNNApi()
/aosp_15_r20/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java278 final boolean useNnapiSl = NNTestBase.shouldUseNnApiSupportLibrary(); in startInferenceTest()