C++ tensors with broadcasting and lazy computing
-
Updated
Mar 19, 2022 - C++
Add a description, image, and links to the multidimensional-arrays topic page so that developers can more easily learn about it.
To associate your repository with the multidimensional-arrays topic, visit your repo's landing page and select "manage topics."
Numpy has a way to rotate matrices by increments of 90 degrees using their rot90 method that uses transposes and flips.
There is a transpose method for Tensors, but no way of flipping the Tensor that I see.
Is there a way of properly rotating a Tensor/Dense currently, other than through manual iteration over the