In place rotation and flipping

Hello there,

I’m looking to do some flipping and rotation for the Go board.
I would like to now if there exist in place rotation operations and flip. Something like torch.rot90_(…) for instance.

I know this topic (Do you have inplace flip operation?) asks a similar question, but it has not been demonstrated.

Thanks !