OliverFM / rust_light

A tensor processing library in rust.
MIT License
3 stars 0 forks source link

Now using associated types in TensorLike #6

Closed OliverFM closed 1 year ago

OliverFM commented 1 year ago

This helps us to implement more things generic over TensorLike<Elem=T> rather than over TensorLike<T>.