Buckets:
| from collections.abc import Sequence | |
| from typing import Any, SupportsIndex, TypeAlias | |
| _Shape: TypeAlias = tuple[int, ...] | |
| _AnyShape: TypeAlias = tuple[Any, ...] | |
| # Anything that can be coerced to a shape tuple | |
| _ShapeLike: TypeAlias = SupportsIndex | Sequence[SupportsIndex] | |
Xet Storage Details
- Size:
- 275 Bytes
- Xet hash:
- de8edff9a20757cc08660e67b5b3c093c37e72f8a6bae5fe1561fa72544d70e4
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.