bitwise_right_shiftΒΆ

Shifts the bits of each element x1_i of the input array x1 to the right according to the respective element x2_i of the input array x2.

Abstract Signature:

bitwise_right_shift(x1: Union[array, int], x2: Union[array, int])

JAX (Core)

API: jax.numpy.bitwise_right_shift
Strategy: Direct Mapping

NumPy

API: numpy.bitwise_right_shift
Strategy: Direct Mapping

Keras

API: keras.ops.numpy.bitwise_right_shift
Strategy: Direct Mapping

TensorFlow

API: keras.ops.bitwise_right_shift
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.bitwise_right_shift
Strategy: Direct Mapping