Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp547 size_t tensorShapeSize = tensorShape.size(); in CheckInputDimRanges() local
548 …if (minSingleInputDims.size() != tensorShapeSize || maxSingleInputDims.size() != tensorShapeSize) { in CheckInputDimRanges()
553 for (size_t j = 0; j < tensorShapeSize; ++j) { in CheckInputDimRanges()