Warning

This page was created from a pull request.

jax.lax.shift_right_logical¶

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

Elementwise logical right shift: \(x \gg y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any