Skip to main content
Ctrl+K

jax.lax.bitwise_not#

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

Elementwise NOT: \(\neg x\).

Parameters:

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

Return type:

Array

previous

jax.lax.bitwise_and

next

jax.lax.bitwise_or