Current section

Files

Jump to
viva_tensor include viva_tensor@runtime_RuntimeLinear.hrl
Raw

include/viva_tensor@runtime_RuntimeLinear.hrl

-record(runtime_linear, {
batch :: integer(),
in_features :: integer(),
out_features :: integer()
}).