# tensorplay.distributed.distributed_c10d.isend

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

# tensorplay.distributed.distributed_c10d.isend

tensorplay.distributed.distributed_c10d.isend(tensor: TensorBase, dst: [int](https://docs.python.org/3/library/functions.html#int), group=None, tag: [int](https://docs.python.org/3/library/functions.html#int) = 0)[[source]](../_modules/tensorplay/distributed/distributed_c10d.html#isend)

Send a tensor asynchronously (torch parity; dst is a global rank).

Returns a Work handle, or None if not part of the group.
