Home
last modified time | relevance | path

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

/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp225 std::vector<uint32_t> ReadMandatoryNodeUint32ListAttribute(const onnx::NodeProto& node, in ReadMandatoryNodeUint32ListAttribute() function
1318 …std::vector<uint32_t> kernel_shape = ReadMandatoryNodeUint32ListAttribute(node, "kernel_shape"); /… in AddPoolingLayer()
2291 dims = ReadMandatoryNodeUint32ListAttribute(node, "axes"); in ParseUnsqueeze()