jax.lax.shift_right_arithmetic# jax.lax.shift_right_arithmetic(x, y)[原始碼]# 元素級算術右移:\(x \gg y\)。 參數: x (ArrayLike) y (ArrayLike) 返回類型: Array