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@hadamard_HadamardPreprocess.hrl
-record(hadamard_preprocess, {
tensor :: viva_tensor@tensor:tensor(),
original_dim :: integer(),
padded_dim :: integer(),
seed :: integer()
}).