Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.h305 Operator CreateMiniStepAllGatherOp(const std::string &group);
Doperator_info.cc414 Operator CreateMiniStepAllGatherOp(const std::string &group) { in CreateMiniStepAllGatherOp() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc1533 op = CreateMiniStepAllGatherOp(group); in InsertAllGatherOp()