Searched refs:forward_input (Results 1 – 1 of 1) sorted by relevance
294 …std::vector<AnfNodePtr> forward_input = CreateInput(forward_op[index], node_to_insert, instance_na… in ForwardCommunication() local295 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()