Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dops_builder.cpp64 size_t inputsIndexSize = inputsIndex.size(); in CheckIOIndex() local
66 if (inputsIndexSize != inputNum) { in CheckIOIndex()
67 … number of index of inputs is %{public}zu don't equal to %{public}zu.", inputsIndexSize, inputNum); in CheckIOIndex()