Home
last modified time | relevance | path

Searched defs:GetGroupRank (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/collective/
Dcommunication_group.cc39 uint32_t CommunicationGroup::GetGroupRank(uint32_t global_rank) { in GetGroupRank() function in mindspore::device::CommunicationGroup
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/optimizer/
Dgrouped_pairwise_exchange_alltoall.h50 int64_t GetGroupRank() const { return group_rank_; } in GetGroupRank() function