Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dops_builder.cpp65 size_t outputIndexSize = outputsIndex.size(); in CheckIOIndex() local
70 if (outputIndexSize != outputNum) { in CheckIOIndex()
71 …LOGE("The number of index of outputs is %{public}zu don't equal to %zu.", outputIndexSize, outputN… in CheckIOIndex()