Home
last modified time | relevance | path

Searched defs:GetRankId (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/
Dmpi_adapter.h35 FUNC_EXPORT int GetRankId() const { return rank_id_; } in GetRankId() function
/third_party/mindspore/tests/ut/cpp/stub/hccl/
Dcollective_stub.cc28 int HcclCollectiveGroup::GetRankId(const std::string &) const { return 0; } in GetRankId() function in mindspore::device::ascend::collective::HcclCollectiveGroup
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/distribute/
Dmpi_pycc.cc32 int MpiPycc::GetRankId(const std::string &group) { return GetRankIdByGroup(group); } in GetRankId() function in mindspore::device::ascend::collective::MpiPycc
Dascend_collective.cc76 int HcclCollectiveGroup::GetRankId(const std::string &name) const { in GetRankId() function in mindspore::device::ascend::collective::HcclCollectiveGroup
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dsession_basic.cc2729 uint32_t GetRankId() { in GetRankId() function