Searched defs:meta_func_graph (Results 1 – 6 of 6) sorted by relevance
162 inline bool Skip(const MetaFuncGraphPtr &meta_func_graph) { in Skip()184 std::string AnfExporter::GetMetaFuncGraphText(const MetaFuncGraphPtr &meta_func_graph) { in GetMetaFuncGraphText()353 MetaFuncGraphPtr meta_func_graph = value->cast<MetaFuncGraphPtr>(); in GetValueText() local
76 bool IsMetaFuncGraph(const AnfNodePtr &node, const MetaFuncGraphPtr meta_func_graph) { in IsMetaFuncGraph()
258 MetaFuncGraphEvaluator(const MetaFuncGraphPtr &meta_func_graph, const ScopePtr &scope) in MetaFuncGraphEvaluator()
976 abstract::AbstractBasePtr MakeAbstractClosure(const MetaFuncGraphPtr &meta_func_graph, const AnfNod… in MakeAbstractClosure()1003 auto meta_func_graph = value->cast<MetaFuncGraphPtr>(); in ToAbstract() local
753 auto meta_func_graph = meta_func_graph_wrapper->meta_func_graph(); in IsPolyFunc() local
155 … : meta_func_graph_(meta_func_graph), tracking_id_(AnfNodeWeakPtr(tracking_id)), scope_(scope) {} in meta_func_graph_() argument