jax.lax.shift_left# jax.lax.shift_left(x, y)[源代码][源代码]# 逐元素左移:\(x \ll y\)。 参数: x (ArrayLike) y (ArrayLike) 返回类型: Array