OliverFM / rust_light

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

Sealing TensorLike #27

Closed OliverFM closed 1 year ago

OliverFM commented 1 year ago

This prevents a bunch of future issues. While I would like users to be able to stick pretty much anything into a Tensor, by implementing Numeric, I don't want them to be able to make their own custom TensorLike implementations. That would make it really hard to change the core interface.