Searched defs:GetRankId (Results 1 – 5 of 5) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/mpi/ | ||
D | mpi_adapter.h | 35 FUNC_EXPORT int GetRankId() const { return rank_id_; } in GetRankId() function |
/third_party/mindspore/tests/ut/cpp/stub/hccl/ | ||
D | collective_stub.cc | 28 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/ | ||
D | mpi_pycc.cc | 32 int MpiPycc::GetRankId(const std::string &group) { return GetRankIdByGroup(group); } in GetRankId() function in mindspore::device::ascend::collective::MpiPycc |
D | ascend_collective.cc | 76 int HcclCollectiveGroup::GetRankId(const std::string &name) const { in GetRankId() function in mindspore::device::ascend::collective::HcclCollectiveGroup |
/third_party/mindspore/mindspore/ccsrc/backend/session/ | ||
D | session_basic.cc | 2729 uint32_t GetRankId() { in GetRankId() function |