Home
last modified time | relevance | path

Searched refs:InsertMakeTuple (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc307 CNodePtr InsertMakeTuple(const AnfNodePtr &prev, uint64_t num, const FuncGraphPtr &func_graph) { in InsertMakeTuple() function
367 … (void)InsertMakeTuple(target_node, (redistribution_oplist_ptr->second)[index].second, func_graph); in InsertRedistribution()
765 auto new_cnode = InsertMakeTuple(replace_node, replace_op_info[index].second, func_graph); in StepReplaceOp()