Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp212 bool isSupportedPriority {false}; in SetPriority() local
213 OH_NN_ReturnCode ret = m_device->IsPrioritySupported(isSupportedPriority); in SetPriority()
219 if (!isSupportedPriority && (priority != OH_NN_PRIORITY_NONE)) { in SetPriority()