jax.lax.sub

Contents

jax.lax.sub#

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

Elementwise subtraction: \(x - y\).

Parameters:
  • x (ArrayLike)

  • y (ArrayLike)

Return type:

Array