Searched refs:CreateCommGroupFunc (Results 1 – 2 of 2) sorted by relevance
32 using CreateCommGroupFunc = mindspore::device::gpu::CreateCommGroupFunc; typedef140 …reinterpret_cast<CreateCommGroupFunc>(dlsym(const_cast<void *>(collective_handle_), "CreateCommGro…
30 using CreateCommGroupFunc = bool (*)(const std::string &, const std::vector<unsigned int> &); variable