ray.experimental.TensorTransportManager.actor_has_tensor_transport#

abstract TensorTransportManager.actor_has_tensor_transport(actor: ray.actor.ActorHandle) bool[source]#

Whether the actor has the tensor transport available.

Parameters:

actor – The actor to check.

Returns:

True if the actor has the tensor transport available, False otherwise.

Return type:

bool