jax.lax.shift_right_arithmetic# jax.lax.shift_right_arithmetic(x, y)[source]# 按元素进行算术右移:\(x \gg y\). 参数: x (ArrayLike) y (ArrayLike) 返回类型: 数组