Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp271 bool isNotSupport = std::any_of(supportedList.begin(), supportedList.end(), [](bool isSupport) { in IsSupportedModel() local
274 if (isNotSupport) { in IsSupportedModel()