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