jax.lax.div

Warning

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

jax.lax.div¶

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

Elementwise division: \(x \over y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any