#tensor #array #shape #compile-time #operation #smart #safety

nightly app smart_tensor

A Tensor library with focus in compile-time safety in shape operations

1 unstable release

0.0.1 Mar 11, 2022

#60 in #shape

MIT/Apache

9KB
196 lines

Smart Tensor

A cumbersome implementation of tensors/arrays that is shape-aware.

Any operation on tensors that changes its shape will give compile time error if the shape is not compatible with very useful compile error messages.

VERY PRELIMINARY IMPLEMENTATION!

Dependencies

~150KB