jax.lax.shift_right_arithmetic

Warning

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

jax.lax.shift_right_arithmetic¶

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

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

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any