oneflow.comm.send

oneflow.comm.send()

Sends a tensor synchronously.

Parameters
  • tensor (Tensor) – Tensor to send.

  • dst (int) – Destination rank.

  • send_meta (Bool) – Whether to send meta information (default is True)