jax.lax.shift_left

Warning

This page was created from a pull request (#9655).

jax.lax.shift_left¶

jax.lax.shift_left(x, y)[source]¶

Elementwise left shift: \(x \ll y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any