Expand description
Tensor types for VSF: contiguous, strided, and bitpacked
Structs§
- BitPacked
Tensor - Bitpacked tensor for arbitrary bit depths (1-128 bits per sample)
- Strided
Tensor - Tensor with explicit stride for non-contiguous layouts
- Tensor
- Contiguous tensor with row-major layout (no stride stored)
- Vector
- 1D tensor (vector)
Enums§
- Layout
Order - Layout order for tensor data
- Unpacked
Samples - Unpacked samples from a BitPackedTensor
Traits§
- Packable
Unsigned - Trait for types that can be packed into a BitPackedTensor