Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc549 CNodePtr insert_node_new; in StepRedistribution() local
563 insert_node_new = ((current_prim->name() == prim::kTupleGetItem) ? node : insert_node); in StepRedistribution()
565 insert_node_new = insert_node; in StepRedistribution()
567 MS_EXCEPTION_IF_NULL(insert_node_new); in StepRedistribution()
572 …StepRedistribution(use_cnode, distribute_operator, insert_node_new, tensor_redistribution, pre_nod… in StepRedistribution()
582 …Redistribution(node_pair, distribute_operator, insert_node_new, node_pair.second, tensor_redistrib… in StepRedistribution()
585 …StepRedistribution(use_cnode, distribute_operator, insert_node_new, tensor_redistribution, pre_nod… in StepRedistribution()