jax_positive

probly.representation.jax_functions.jax_positive(x: JaxArrayLike, /) jax.Array[source]
probly.representation.jax_functions.jax_positive(x: JaxOperand, /) object

Apply unary positive, mirroring jax.numpy.positive.

Parameters:

x – Operand.

Returns:

The positive array, or the result supplied by a custom override.