Skip to main content

Module tensor

Module tensor 

Source
Expand description

Tensor types for VSF: contiguous, strided, and bitpacked

Structs§

BitPackedTensor
Bitpacked tensor for arbitrary bit depths (1-128 bits per sample)
StridedTensor
Tensor with explicit stride for non-contiguous layouts
Tensor
Contiguous tensor with row-major layout (no stride stored)
Vector
1D tensor (vector)

Enums§

LayoutOrder
Layout order for tensor data
UnpackedSamples
Unpacked samples from a BitPackedTensor

Traits§

PackableUnsigned
Trait for types that can be packed into a BitPackedTensor