Home
last modified time | relevance | path

Searched refs:GetRankIDByGroupFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/utils/
Dcomm_manager.cc33 using GetRankIDByGroupFunc = mindspore::device::gpu::GetRankIDByGroupFunc; typedef
156 …reinterpret_cast<GetRankIDByGroupFunc>(dlsym(const_cast<void *>(collective_handle_), "GetRankIDByG…
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/distribution/
Dcollective_init.h31 using GetRankIDByGroupFunc = int (*)(const std::string &); variable