Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h303 Operator CreateReduceScatterOp(const std::string &reduce_op, const std::string &group);
Dmatmul_info.cc238 op = CreateReduceScatterOp(REDUCE_OP_SUM, group_list[0].name()); in InferForwardCommunication()
Doperator_info.cc333 Operator CreateReduceScatterOp(const std::string &reduce_op, const std::string &group) { in CreateReduceScatterOp() function