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