Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc396 AddFuncGraphCNodeIndex(it->first, it->second); in CopyFuncGraphCNodesIndex()
403 void FuncGraph::AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair, int count) { in AddFuncGraphCNodeIndex() function in mindspore::FuncGraph
Dfunc_graph.h320 void AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &node, int count = 1);
Dmanager.cc688 used->AddFuncGraphCNodeIndex(std::make_shared<CNodeIndexPair>(std::make_pair(node, index))); in OnEdgeAdded()