Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp123 size_t shapeNumTmp = 0; in GetOutputShape() local
124 auto ret = tensorDesc->GetShape(shape, &shapeNumTmp); in GetOutputShape()
129 *shapeNum = static_cast<uint32_t>(shapeNumTmp); in GetOutputShape()