Skip to main content
Ctrl+K

jax.lax.sub#

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

Elementwise subtraction: \(x - y\).

Parameters:
  • x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

  • y (Union[Array, ndarray, bool_, number, bool, int, float, complex]) –

Return type:

Array

previous

jax.lax.squeeze

next

jax.lax.tan