mfajnberg / tensorevo

0 stars 1 forks source link

`Add` trait bound for `Tensor` #6

Closed daniil-berg closed 11 months ago

daniil-berg commented 1 year ago

:link: std::ops::Add

Default implementation should perform element-wise addition.

Replaces the current add method.