Searched defs:all_gather_object (Results 1 – 2 of 2) sorted by relevance
118 def all_gather_object(self, object: T) -> List[T]: member in _DistWrapper
2653 def all_gather_object(object_list, obj, group=None): function