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@optim@blackwell_StreamState.hrl
-record(stream_state, {
config :: viva_tensor@optim@blackwell:compression_config(),
processed_chunks :: integer(),
total_bytes_in :: integer(),
total_bytes_out :: integer()
}).