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