Searched refs:AddFuncGraphCNodeIndex (Results 1 – 3 of 3) sorted by relevance
396 AddFuncGraphCNodeIndex(it->first, it->second); in CopyFuncGraphCNodesIndex()403 void FuncGraph::AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair, int count) { in AddFuncGraphCNodeIndex() function in mindspore::FuncGraph
320 void AddFuncGraphCNodeIndex(const CNodeIndexPairPtr &node, int count = 1);
688 used->AddFuncGraphCNodeIndex(std::make_shared<CNodeIndexPair>(std::make_pair(node, index))); in OnEdgeAdded()