Searched defs:CollectiveInfo (Results 1 – 1 of 1) sorted by relevance
164 struct CollectiveInfo { struct165 int group_key;166 int group_size;167 int next_id;170 friend H AbslHashValue(H h, const CollectiveInfo& info) { in AbslHashValue()