jax.lax.shift_left# jax.lax.shift_left(x, y)[source]# Elementwise left shift: \(x \ll y\). Parameters x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – y (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – Return type Array