Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dcontrol_flow_pass.cc223 …const FuncGraphPtr &fg, const CNodePtr &while_cnode, const std::vector<AnfNodePtr> &visited_nodes_… in CreateWhileCondCallNode()
286 …ntrolFlowPass::CreateWhileBodyPartialNode(const FuncGraphPtr &cond_fg, const CNodePtr &while_cnode, in CreateWhileBodyPartialNode()
358 CNodePtr *while_cnode, CNodePtr *after_partial_cnode) { in CreateWhileAfterPartialNode()
433 auto while_cnode = while_node->cast<CNodePtr>(); in ProcessWhileOp() local
/third_party/mindspore/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.cc326 …tmCellFusion::CheckReferencedOutputs(const FuncGraphPtr &func_graph, const CNodePtr &while_cnode) { in CheckReferencedOutputs()
630 …iteLstmCellFusion::AdjustOtherGetItems(const FuncGraphPtr &func_graph, const CNodePtr &while_cnode, in AdjustOtherGetItems()
750 auto while_cnode = utils::cast<CNodePtr>(while_node); in Process() local