Searched refs:orig_cnode (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/ |
D | insert_cast.cc | 33 AnfNodePtr InsertCastForMultipleOutput(const FuncGraphPtr &func_graph, const CNodePtr &orig_cnode, in InsertCastForMultipleOutput() argument 39 auto update_states = AnfAlgo::GetUpdateStateUsers(manager, orig_cnode); in InsertCastForMultipleOutput() 85 AnfNodePtr InsertCastForOutput(const FuncGraphPtr &func_graph, const CNodePtr &orig_cnode, const CN… in InsertCastForOutput() argument 113 return InsertCastForMultipleOutput(func_graph, orig_cnode, cnode); in InsertCastForOutput()
|
D | deal_ref_and_split_unsupported_transdata.cc | 166 …const FuncGraphPtr &func_graph, const CNodePtr &orig_cnode, const std::shared_ptr<kernel::OpInfo> … in DealRefForMultipleOutput() argument 170 auto cnode = orig_cnode; in DealRefForMultipleOutput() 171 auto update_states = AnfAlgo::GetUpdateStateUsers(manager, orig_cnode); in DealRefForMultipleOutput() 175 cnode = kernel_graph->NewCNode(orig_cnode); in DealRefForMultipleOutput() 177 cnode->set_inputs(orig_cnode->inputs()); in DealRefForMultipleOutput()
|