jax.lax.neg

Warning

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

jax.lax.neg¶

jax.lax.neg(x)[source]¶

Elementwise negation: \(-x\).

Parameters

x (Any) –

Return type

Any