Update TensorImpl constructor to take the tensor dimensions instead of the number of elements.
Implement the solution presented in issue aidge_backend_opencv#3 (closed).
-
Change the constructor of TensorImpl to take the dimensions of the tensor as argument instead of the number of elements. For tensorImpl_cuda.