[Fix] Producer clone and Tensor copy
1 unresolved thread
1 unresolved thread
Compare changes
Files
2- Maxence Naud authored
- Add move assignment operator - Fix 'Tensor::clone()' if original Tensor has no implementation - Change behaviour to always perform a shallow copy in case of copy constructor/assignment operator calls
+ 15
− 13
@@ -212,14 +212,13 @@ class Tensor : public Data,
@@ -332,14 +331,17 @@ public: