Searched refs:ALL_REDUCE (Results 1 – 6 of 6) sorted by relevance
60 auto allreduce_prim_list = FindPrimtive(graph, ALL_REDUCE); in GetAllreduceFusion()
147 AnfNodePtr reduce_op = gen_g.PushBack({gen_g.NewOpInst(ALL_REDUCE, attrs), mul}); in ComputeReplaceGraph()
238 constexpr char ALL_REDUCE[] = "AllReduce"; variable
797 reduce_op = gen_g.PushBack({gen_g.NewOpInst(ALL_REDUCE, attrs), mul}); in ComputeReplaceGraph()
325 OperatorName operator_name = ALL_REDUCE; in CreateAllReduceOp()
60 static const std::set<std::string> COMMUNICATION_OPS = {ALL_REDUCE, ALL_GATHER, ALL_TO_ALL, REDUCE_…