-
Notifications
You must be signed in to change notification settings - Fork 359
Closed
Labels
Description
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.