jax.lax.bitwise_not¶

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

Elementwise NOT: \(\neg x\).

Parameters

x (Any) –

Return type

Any