Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp184 bool isSupportedPerformance {false}; in SetPerformance() local
185 OH_NN_ReturnCode ret = m_device->IsPerformanceModeSupported(isSupportedPerformance); in SetPerformance()
191 if (!isSupportedPerformance && (performance != OH_NN_PERFORMANCE_NONE)) { in SetPerformance()