Packages
Tensor library for Gleam/BEAM with a pure Gleam API, zero-copy views, and optional native acceleration
Current section
Files
Jump to
Current section
Files
include/viva_tensor@quant@compression_MemoryPool.hrl
-record(memory_pool, {
free_buffers :: list({integer(), integer()}),
used_buffers :: integer(),
total_allocated :: integer()
}).