Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dcontrol_flow_pass.cc548 FuncGraphPtr *after_fg, CNodePtr *then_partial_cnode) { in CreateIfPartialNode()
674 … CNodePtr *if_cnode, FuncGraphPtr *after_fg, CNodePtr *then_partial_cnode) { in CreateIfThenPartialNode()
704 CNodePtr then_partial_cnode = nullptr; in ProcessIfOp() local