Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dmanager.cc221 func_graph_parent_ = std::make_shared<ParentComputer>(this); in Reset()
249 MS_EXCEPTION_IF_NULL(func_graph_parent_); in parent()
251 func_graph_parent_->Recompute(fg); in parent()
252 if (func_graph_parent_->parent_analysis().count(fg) == 0) { in parent()
257 return func_graph_parent_->parent_analysis()[fg]; in parent()
Dmanager.h344 std::shared_ptr<ParentComputer> func_graph_parent_; variable