Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc488 std::shared_ptr<std::list<FuncGraphPtr>> FuncGraph::recursive_graphs() { in recursive_graphs() function in mindspore::FuncGraph
491 return mng->recursive_graphs(shared_from_base<FuncGraph>()); in recursive_graphs()
Dmanager.h333 std::shared_ptr<std::list<FuncGraphPtr>> recursive_graphs(const FuncGraphPtr &fg) const;
Dfunc_graph.h336 std::shared_ptr<std::list<FuncGraphPtr>> recursive_graphs();
Dmanager.cc299 std::shared_ptr<std::list<FuncGraphPtr>> FuncGraphManager::recursive_graphs(const FuncGraphPtr &fg)… in recursive_graphs() function in mindspore::FuncGraphManager