RightShiftΒΆ Right shift the bits of x1 to the amount specified in x2. Abstract Signature: RightShift(x1: Tensor, x2: Tensor) PyTorchJAX (Core)NumPyKerasTensorFlowApple MLX PyTorchAPI: torch.bitwise_right_shiftStrategy: Direct MappingOfficial Docs βJAX (Core)API: jax.numpy.right_shiftStrategy: Direct MappingOfficial Docs βNumPyAPI: numpy.right_shiftStrategy: Direct MappingOfficial Docs βKerasAPI: keras.ops.bitwise_right_shiftStrategy: Direct MappingOfficial Docs βTensorFlowAPI: tf.bitwise.right_shiftStrategy: Direct MappingOfficial Docs βApple MLXAPI: mlx.core.bitwise_right_shiftStrategy: Direct MappingOfficial Docs β