Home
last modified time | relevance | path

Searched defs:CreateGroup (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/distribute/
Dmpi_pycc.cc34 void MpiPycc::CreateGroup(const std::string &group, const std::vector<unsigned int> &ranks) { in CreateGroup() function in mindspore::device::ascend::collective::MpiPycc
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Ddevice_manager.cc288 Group DeviceManager::CreateGroup(const std::string &group_name, in CreateGroup() function in mindspore::parallel::DeviceManager
296 Group DeviceManager::CreateGroup(const RankList &dev_ranks) { in CreateGroup() function in mindspore::parallel::DeviceManager
Dgroup_manager.cc163 Status GroupManager::CreateGroup(const std::string &group_name, const std::vector<Device> &devices, in CreateGroup() function in mindspore::parallel::GroupManager