ray.experimental.TensorTransportManager#
- class ray.experimental.TensorTransportManager[source]#
Bases:
ABCInterface with which to implement custom tensor transports.
Methods
Aborts an in-progress transfer.
Whether the actor has the tensor transport available.
Indicates whether your transport can safely abort an in-progress transfer.
Implement this method to create the TensorTransportMetadata you defined previously.
Clean up resources for an RDT object.
Gets the CommunicatorMetadata for a send/recv.
Indicates whether your transport uses one-sided communication where only the receiver initiates the transfer.
Receives tensors on the destination actor.
Sends tensors from the source actor to the destination actor.
Returns the name of your tensor transport backend.