Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dparse_dynamic.h48 parse::AstMainType type);
Dparse.h293 AstNodeType(const py::object &node, const std::string &name, AstMainType type) in AstNodeType()
302 AstMainType main_type() const { return main_type_; } in main_type()
307 AstMainType main_type_;
Dparse_base.h31 enum AstMainType : int64_t { enum
Dparse_dynamic.cc37 parse::AstMainType type) { in ParseNodeName()
46 parse::AstMainType node_main_type = node_type->main_type(); in ParseNodeName()
Dparse.cc353 AstMainType nodeType = node_type->main_type(); in ParseStatement()
377 AstMainType node_main_type = node_type->main_type(); in ParseExprNode()
2063 auto type = AstMainType(py::cast<int32_t>(list_value[1])); in GetNodeType()