Searched defs:GetRankSize (Results 1 – 7 of 7) sorted by relevance
36 FUNC_EXPORT int GetRankSize() const { return rank_size_; } in GetRankSize() function
27 int HcclCollectiveGroup::GetRankSize(const std::string &) const { return 0; } in GetRankSize() function in mindspore::device::ascend::collective::HcclCollectiveGroup
33 int MpiPycc::GetRankSize(const std::string &group) { return GetGroupSize(group); } in GetRankSize() function in mindspore::device::ascend::collective::MpiPycc
72 int HcclCollectiveGroup::GetRankSize(const std::string &name) const { in GetRankSize() function in mindspore::device::ascend::collective::HcclCollectiveGroup
104 bool CommManager::GetRankSize(const string &group, unsigned int *rank_size) const { in GetRankSize() function in mindspore::CommManager
48 uint32_t GetRankSize(const std::string &group) { in GetRankSize() function
262 Status GroupManager::GetRankSize(const std::string &name, uint32_t *const rank_size) { in GetRankSize() function in mindspore::parallel::GroupManager