Skip to main content

Module aligned_pool

Module aligned_pool 

Source

Structsยง

AlignedByteSlice
An alignment-aware byte slice that guarantees 16-byte alignment for tensor weight mapping. If the source bytes are already aligned, it wraps them directly. If misaligned, it copies into an AlignedPool.
AlignedPool
A pre-allocated memory pool with 16-byte alignment guarantee.