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 / purelib / ray / data / extensions / __init__.py
Size: Mime:
from ray.data.extensions.tensor_extension import (
    TensorDtype,
    TensorArray,
    TensorArrayElement,
    ArrowTensorType,
    ArrowTensorArray,
)

__all__ = [
    # Tensor array extension.
    "TensorDtype",
    "TensorArray",
    "TensorArrayElement",
    "ArrowTensorType",
    "ArrowTensorArray",
]