Current section

Files

Jump to
viva_tensor include viva_tensor@io@hf_loader_ShapeMismatch.hrl
Raw

include/viva_tensor@io@hf_loader_ShapeMismatch.hrl

-record(shape_mismatch, {
name :: binary(),
expected :: list(integer()),
got :: list(integer())
}).