jax.lax.sub

Warning

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

jax.lax.sub¶

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

Elementwise subtraction: \(x - y\).

Parameters
  • x (Any) –

  • y (Any) –

Return type

Any