Skip to content

Update TensorImpl constructor to take the tensor dimensions instead of the number of elements.

Thibault Allenet requested to merge TensorImpl into dev

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.

Merge request reports