Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc294 …std::vector<AnfNodePtr> forward_input = CreateInput(forward_op[index], node_to_insert, instance_na… in ForwardCommunication() local
295 SetAllReduceRecomputeFlag(forward_input, node_to_insert); in ForwardCommunication()
296 … CNodePtr forward_node = func_graph->NewCNode(forward_input); // using NewCNode to create anfnode in ForwardCommunication()
302 forward_input[0]->set_scope(scope); in ForwardCommunication()