API symbolsdistributed
Copy
tensorplay.distributed.distributed_c10d.scatter_object_list
- tensorplay.distributed.distributed_c10d.scatter_object_list(scatter_object_output_list: list, scatter_object_input_list: Sequence[object] | None = None, src: int = 0, group=None) None[source]
Scatters picklable objects to the whole group (torch parity).
srcis a global rank. On each rank the scattered object is stored as the first element ofscatter_object_output_list.
Help improve this page
Found an error, an unclear step, or a missing example?
Was this page helpful?
