I believe like to_shape (which is great btw, I really like using it!) it would be really handy to have a copy on write version of permute_axes, which only copies the matrix if it is written to. Would such a method be possible? I'm using permute_axes to do some tensor computations at the moment.
I believe like
to_shape(which is great btw, I really like using it!) it would be really handy to have a copy on write version of permute_axes, which only copies the matrix if it is written to. Would such a method be possible? I'm usingpermute_axesto do some tensor computations at the moment.