Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse.h158 AnfNodePtr ParseAttribute(const FunctionBlockPtr &block, const py::object &node);
Dparse.cc122 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::Parser
1095 target_node = ParseAttribute(block, target_object); in ParseAugAssign()