New tensorView MR conflicts with backen opencv
The TensorImpl does not refer its associated tensor anymore. The tensorImpl now only contains the data and the number of elements.
However the TensorImpl_opencv stores a cv::Mat, thus requiring more information than only the number of elements.
Should we pass the tensor dimensions instead of the number of elements during instanciation of TensorImpl ?