Searched refs:CreateAllReduceOp (Results 1 – 7 of 7) sorted by relevance
193 Operator op = CreateAllReduceOp(reduce_method_, forward_group[0].name()); in InferForwardCommunication()204 Operator op0 = CreateAllReduceOp(REDUCE_OP_SUM, forward_group[0].name()); in CreateReduceMeanForwardOp()
208 Operator op = CreateAllReduceOp(REDUCE_OP_SUM, forward_group[0].name()); in InferForwardCommunication()
226 Operator op = CreateAllReduceOp(REDUCE_OP_SUM, group_list[0].name()); in InferForwardCommunication()
302 Operator CreateAllReduceOp(const std::string &reduce_op, const std::string &group);
240 op = CreateAllReduceOp(REDUCE_OP_SUM, group_list[0].name()); in InferForwardCommunication()
524 Operator op = CreateAllReduceOp(REDUCE_OP_SUM, group_list[0].name()); in InferForwardCommunication()
324 Operator CreateAllReduceOp(const std::string &reduce_op, const std::string &group) { in CreateAllReduceOp() function