Searched refs:ReadMandatoryNodeUint32ListAttribute (Results 1 – 1 of 1) sorted by relevance
225 std::vector<uint32_t> ReadMandatoryNodeUint32ListAttribute(const onnx::NodeProto& node, in ReadMandatoryNodeUint32ListAttribute() function1318 …std::vector<uint32_t> kernel_shape = ReadMandatoryNodeUint32ListAttribute(node, "kernel_shape"); /… in AddPoolingLayer()2291 dims = ReadMandatoryNodeUint32ListAttribute(node, "axes"); in ParseUnsqueeze()