Expand description
Data models for zTensor v1.1 format.
Structs§
- Component
- Physical storage location and metadata for a data blob.
- CooTensor
- In-memory COO sparse tensor.
- CsrTensor
- In-memory CSR sparse tensor.
- Manifest
- Root manifest structure.
- Object
- Logical object (tensor) definition.
Enums§
- Checksum
Algorithm - Checksum algorithm for writing.
- DType
- Supported data types.
- Encoding
- Data encoding for components.
Constants§
- ALIGNMENT
- Required alignment for component data (64 bytes for AVX-512).
- MAGIC
- Magic number for zTensor files (header and footer).
- MAX_
MANIFEST_ SIZE - Maximum manifest size (1GB) to prevent DoS attacks.