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@backend_TensorConfig.hrl
-record(tensor_config, {
strided_threshold_random :: integer(),
strided_threshold_matmul :: integer(),
force_strided :: boolean(),
force_list :: boolean()
}).