Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc220 func_graph_parents_total_ = std::make_shared<FuncGraphParentsTotalComputer>(this); in Reset()
242 func_graph_parents_total_->Recompute(fg); in func_graph_parents_total()
244 return func_graph_parents_total_->func_graph_parents_total_analysis()[fg]; in func_graph_parents_total()
Dmanager.h366 std::shared_ptr<FuncGraphParentsTotalComputer> func_graph_parents_total_; variable