Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.cpp54 std::vector<size_t> maxInputDimVec; in GetInputDimVec() local
63 maxInputDimVec.emplace_back(static_cast<size_t>(maxInputDimsVec[i][j])); in GetInputDimVec()
66 m_maxInputDimsVec.emplace_back(maxInputDimVec); in GetInputDimVec()