Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/distribute/
Dmpi_pycc.cc41 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-src/source/mindspore/ccsrc/frontend/parallel/
Ddevice_manager.cc428 Status DeviceManager::CreateGroup(const std::string &group_name, in CreateGroup() function in mindspore::parallel::DeviceManager
445 Status DeviceManager::CreateGroup(const RankList &dev_ranks, Group *const comm_group) { in CreateGroup() function in mindspore::parallel::DeviceManager
Dgroup_manager.cc194 Status GroupManager::CreateGroup(const std::string &group_name, const std::vector<Device> &devices, in CreateGroup() function in mindspore::parallel::GroupManager