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@io@hf_loader_ShapeMismatch.hrl
-record(shape_mismatch, {
name :: binary(),
expected :: list(integer()),
got :: list(integer())
}).