Skip to content

rotate

Image rotation.

This layer rotate an input image with shape (B, H, W, C).


Parameter

  • angle : Integer, the degree of counter-clockwise rotation. It must be multiple of 90; e.g. -180, -90, 0, 90, 180, 270, ...