Home
last modified time | relevance | path

Searched defs:while_cnode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/graph/
Dcontrol_flow_pass.cc229 …const FuncGraphPtr &fg, const CNodePtr &while_cnode, const std::vector<AnfNodePtr> &visited_nodes_… in CreateWhileCondCallNode()
292 …ntrolFlowPass::CreateWhileBodyPartialNode(const FuncGraphPtr &cond_fg, const CNodePtr &while_cnode, in CreateWhileBodyPartialNode()
375 const CNodePtr *while_cnode, CNodePtr *after_partial_cnode) { in CreateWhileAfterPartialNode()
450 auto while_cnode = while_node->cast<CNodePtr>(); in ProcessWhileOp() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.cc336 …tmCellFusion::CheckReferencedOutputs(const FuncGraphPtr &func_graph, const CNodePtr &while_cnode) { in CheckReferencedOutputs()
647 …iteLstmCellFusion::AdjustOtherGetItems(const FuncGraphPtr &func_graph, const CNodePtr &while_cnode, in AdjustOtherGetItems()
771 auto while_cnode = utils::cast<CNodePtr>(while_node); in Process() local