Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / experimental / __init__.py
Size: Mime:
from ray.experimental.dynamic_resources import set_resource
from ray.experimental.gpu_object_manager import GPUObjectManager, wait_tensor_freed
from ray.experimental.locations import get_local_object_locations, get_object_locations

__all__ = [
    "get_object_locations",
    "get_local_object_locations",
    "set_resource",
    "GPUObjectManager",
    "wait_tensor_freed",
]