jax.lax.shift_right_logical# jax.lax.shift_right_logical(x, y)[source]# 逐元素逻辑右移:\(x \gg y\). 参数: x (ArrayLike) y (ArrayLike) 返回值类型: Array