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@tensor_StridedTensor.hrl
-record(strided_tensor, {
storage :: viva_tensor@core@ffi:erlang_array(),
shape :: list(integer()),
strides :: list(integer()),
offset :: integer()
}).