jax.lax.bitwise_not#

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

Elementwise NOT: \(\neg x\).

Parameters:

x (ArrayLike)

Return type:

Array