Searched refs:GetGroupSizeFunc (Results 1 – 2 of 2) sorted by relevance
34 using GetGroupSizeFunc = mindspore::device::gpu::GetGroupSizeFunc; typedef170 … reinterpret_cast<GetGroupSizeFunc>(dlsym(const_cast<void *>(collective_handle_), "GetGroupSize"));
32 using GetGroupSizeFunc = int (*)(const std::string &); variable