jax_invert¶
- probly.representation.jax_functions.jax_invert(x: JaxArrayLike, /) jax.Array[source]¶
- probly.representation.jax_functions.jax_invert(x: JaxOperand, /) object
Invert bits elementwise, mirroring
jax.numpy.invert.- Parameters:
x – Integer or boolean operand.
- Returns:
The bitwise complement, or the result supplied by a custom override.