Searched defs:if_cnode (Results 1 – 1 of 1) sorted by relevance
511 int ControlFlowPass::CreateIfPartialNodeExternalInputs(const CNodePtr &if_cnode, const FuncGraphPtr… in CreateIfPartialNodeExternalInputs()547 … std::vector<AnfNodePtr> *visited_nodes_used_by_after_fg, CNodePtr *if_cnode, in CreateIfPartialNode()667 … CNodePtr *if_cnode, FuncGraphPtr *after_fg, CNodePtr *else_partial_cnode) { in CreateIfElsePartialNode()674 … CNodePtr *if_cnode, FuncGraphPtr *after_fg, CNodePtr *then_partial_cnode) { in CreateIfThenPartialNode()686 auto if_cnode = if_node->cast<CNodePtr>(); in ProcessIfOp() local