Searched refs:IncludeBelongGraph (Results 1 – 5 of 5) sorted by relevance
58 IncludeType IncludeBelongGraph(const FuncGraphPtr &fg, const AnfNodePtr &node);
275 IncludeType IncludeBelongGraph(const FuncGraphPtr &fg, const AnfNodePtr &node) { in IncludeBelongGraph() function
638 auto BelongSameGraph = std::bind(IncludeBelongGraph, this_ptr, std::placeholders::_1); in GetOrderedCnodes()
57 auto BelongSameGraph = std::bind(IncludeBelongGraph, fg, std::placeholders::_1); in GetOrderedCNodes()
60 auto BelongSameGraph = std::bind(IncludeBelongGraph, fg, std::placeholders::_1); in GetOrderedCNodes()