Current section

Files

Jump to
viva_tensor include viva_tensor@optim@backend_TensorConfig.hrl
Raw

include/viva_tensor@optim@backend_TensorConfig.hrl

-record(tensor_config, {
strided_threshold_random :: integer(),
strided_threshold_matmul :: integer(),
force_strided :: boolean(),
force_list :: boolean()
}).