Home
last modified time | relevance | path

Searched refs:DropFuncGraphCNodeIndex (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.cc810 func_graph->DropFuncGraphCNodeIndex(cond_cnode_index_pair); in Process()
813 func_graph->DropFuncGraphCNodeIndex(body_cnode_index_pair); in Process()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h321 void DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &node);
Dfunc_graph.cc411 void FuncGraph::DropFuncGraphCNodeIndex(const CNodeIndexPairPtr &pair) { in DropFuncGraphCNodeIndex() function in mindspore::FuncGraph
Dmanager.cc709 used->DropFuncGraphCNodeIndex(std::make_shared<CNodeIndexPair>(std::make_pair(node, index))); in OnEdgeRemoved()