Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dunsorted_segment_op_info.cc285 auto all_gather_output = gen_g.PushBack({gen_g.NewOpInst(ALL_GATHER), expandim_output}); in ComputeReplaceGraph()
319 auto all_gather_output = gen_g.PushBack({gen_g.NewOpInst(ALL_GATHER), expandim_output}); in ComputeReplaceGraph()
Dops_utils.h243 constexpr char ALL_GATHER[] = "AllGather"; variable
Doperator_info.cc366 prim->name() == ALL_GATHER) { in AddCommOpFusionType()
400 OperatorName operator_name = ALL_GATHER; in CreateAllGatherOp()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dconstruct_operator.cc160 op_ = std::make_pair(ALL_GATHER, args); in AllGatherOP()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc60 static const std::set<std::string> COMMUNICATION_OPS = {ALL_REDUCE, ALL_GATHER, ALL_TO_ALL, REDUCE_…
1571 op_name = ALL_GATHER; in ApplyParallelOptOnParam()