Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dgroup_manager.h80 Status CreateGroups(const std::vector<std::pair<std::string, std::vector<uint32_t>>> &group_info);
Dgroup_manager.cc100 Status CreateGroups(const std::vector<std::pair<std::string, std::vector<uint32_t>>> &group_info) { in CreateGroups() function
143 Status CreateGroups(const std::vector<std::pair<std::string, std::vector<uint32_t>>> &group_info) { in CreateGroups() function
Dstep_parallel.cc3022 if (CreateGroups(group_info_map) != SUCCESS) { in CreateGroupsByCkptFile()