Searched refs:DropFuncGraphCNodeIndex (Results 1 – 4 of 4) sorted by relevance
810 func_graph->DropFuncGraphCNodeIndex(cond_cnode_index_pair); in Process()813 func_graph->DropFuncGraphCNodeIndex(body_cnode_index_pair); in Process()
321 void DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &node);
411 void FuncGraph::DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair) { in DropFuncGraphCNodeIndex() function in mindspore::FuncGraph
709 used->DropFuncGraphCNodeIndex(std::make_shared<CNodeIndexPair>(std::make_pair(node, index))); in OnEdgeRemoved()