Repository URL to install this package:
|
Version:
2.0.0rc1 ▾
|
from ray.data.extensions.tensor_extension import (
TensorDtype,
TensorArray,
TensorArrayElement,
ArrowTensorType,
ArrowTensorArray,
)
__all__ = [
# Tensor array extension.
"TensorDtype",
"TensorArray",
"TensorArrayElement",
"ArrowTensorType",
"ArrowTensorArray",
]