RightShiftΒΆ

Right shift the bits of x1 to the amount specified in x2.

Abstract Signature:

RightShift(x1: Tensor, x2: Tensor)

PyTorch

API: torch.bitwise_right_shift
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.right_shift
Strategy: Direct Mapping

NumPy

API: numpy.right_shift
Strategy: Direct Mapping

Keras

API: keras.ops.bitwise_right_shift
Strategy: Direct Mapping

TensorFlow

API: tf.bitwise.right_shift
Strategy: Direct Mapping

Apple MLX

API: mlx.core.bitwise_right_shift
Strategy: Direct Mapping