Searched refs:ParseAttribute (Results 1 – 2 of 2) sorted by relevance
158 AnfNodePtr ParseAttribute(const FunctionBlockPtr &block, const py::object &node);
122 expr_method_map_["Attribute"] = &Parser::ParseAttribute; in BuildMethodMap()760 AnfNodePtr Parser::ParseAttribute(const FunctionBlockPtr &block, const py::object &node) { in ParseAttribute() function in mindspore::parse::Parser1095 target_node = ParseAttribute(block, target_object); in ParseAugAssign()