[Fix] Producer clone and Tensor copy
Compare changes
Files
2- Maxence Naud authored
- add compound assignment operator (+=, -=, *=, /=) with Tensor and arithmetic values - add operator(+, -, *, /) with arithmetic values - add friend symetric operator (+, -, *) with arithmetic values - add fmt parsing function
+ 56
− 0
@@ -23,6 +23,8 @@
@@ -272,6 +274,17 @@ class Tensor : public Data,
@@ -283,6 +296,17 @@ class Tensor : public Data,
@@ -294,6 +318,17 @@ class Tensor : public Data,
@@ -305,6 +340,14 @@ class Tensor : public Data,
@@ -927,4 +970,17 @@ private: