jax.lax.bitwise_not

Warning

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

jax.lax.bitwise_not¶

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

Elementwise NOT: \(\neg x\).

Parameters

x (Any) –

Return type

Any