# tensorplay.distributed.distributed_c10d.gather_object

Source: https://www.tensorplay.cn/docs/generated/tensorplay.distributed.distributed_c10d.gather_object.html

# tensorplay.distributed.distributed_c10d.gather_object

tensorplay.distributed.distributed_c10d.gather_object(obj, object_gather_list=None, dst: [int](https://docs.python.org/3/library/functions.html#int) | [None](https://docs.python.org/3/library/constants.html#None) = None, group=None) &#x2192; [None](https://docs.python.org/3/library/constants.html#None)[[source]](../_modules/tensorplay/distributed/distributed_c10d.html#gather_object)

Gathers picklable objects from the whole group in a single process.

dst is a global rank (torch semantics).
