OliverFM / rust_light

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

Implemented multiplication for RcTensor no ref #26

Closed OliverFM closed 1 year ago

OliverFM commented 1 year ago

this means RcTensor::scalar(1) * RcTensor::scalar(2) now works!