Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/pass/
Doptimize_dependence.cc103 if (!IsNotRealUsedByOthers(func_graph, replace_cnode)) { in GetReplaceNode()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.h190 bool IsNotRealUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node);
Dhelper.cc462 bool IsNotRealUsedByOthers(const FuncGraphPtr &graph, const AnfNodePtr &node) { in IsNotRealUsedByOthers() function
475 auto result = IsNotRealUsedByOthers(graph, out_node); in IsNotRealUsedByOthers()