Rot90
Rotate a tensor by 90 degrees.
Abstract Signature:
Rot90(input: Tensor, k: int = 1, dims: List[int] = [0, 1])
PyTorch
API: torch.rot90
Strategy: Direct Mapping
JAX (Core)
API: jax.numpy.rot90
Strategy: Direct Mapping
NumPy
API: numpy.rot90
Strategy: Direct Mapping
Keras
API: keras.ops.rot90
Strategy: Direct Mapping
TensorFlow
API: tf.image.rot90
Strategy: Plugin (unsupported_nd_rot90)
Apple MLX
API: β
Strategy: Custom / Partial
Flax NNX
API: jax.numpy.rot90
Strategy: Direct Mapping
PaxML / Praxis
API: jax.numpy.rot90
Strategy: Direct Mapping