ray.experimental.TensorTransportManager.can_abort_transport#

abstract static TensorTransportManager.can_abort_transport() bool[source]#

Whether the backend can abort the transport. If this returns False, then Ray will kill involved actors upon system errors to avoid hanging.

Returns:

True if the backend can abort the transport.

Return type:

bool