Searched refs:GetRankIDByGroupFunc (Results 1 – 2 of 2) sorted by relevance
33 using GetRankIDByGroupFunc = mindspore::device::gpu::GetRankIDByGroupFunc; typedef156 …reinterpret_cast<GetRankIDByGroupFunc>(dlsym(const_cast<void *>(collective_handle_), "GetRankIDByG…
31 using GetRankIDByGroupFunc = int (*)(const std::string &); variable