com.microsoft - Send#

Send - 1 (com.microsoft)#

Version

  • name: Send (GitHub)

  • domain: com.microsoft

  • since_version: 1

  • function:

  • support_level:

  • shape inference:

This version of the operator has been available since version 1 of domain com.microsoft.

Summary

Send data tensor to the specified destination.

Attributes

  • element_types (required): Element types of the sent tensors. Default value is ?.

  • tag (required): The tag of the message carrying Data. Default value is ?.

Inputs

Between 3 and 2147483647 inputs.

  • InputSignal (heterogeneous) - TBool: Input control signal. It must be a scalar.

  • Remote (heterogeneous) - TInt64: Remote dst rank. It must be a scalar.

  • Data (variadic) - V: Tensors to send.

Outputs

  • OutputSignal (heterogeneous) - TBool: Output control signal. It must be a scalar.

Examples