Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dgraph_utils.cc39 static size_t DumpSortingCircleList(const std::deque<AnfNodePtr> &todo, const AnfNodePtr &next, siz… in DumpSortingCircleList() function
91 auto circle_len = DumpSortingCircleList(todo, next, seen); in TopoSort()