Warning

This page was created from a pull request.

jax.lax.add¶

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

Elementwise addition: \(x + y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any