jax_multiply¶
- probly.representation.jax_functions.jax_multiply(x1: JaxArrayLike, x2: JaxArrayLike, /) jax.Array[source]¶
- probly.representation.jax_functions.jax_multiply(x1: JaxOperand, x2: JaxOperand, /) object
Multiply operands elementwise, mirroring
jax.numpy.multiply.- Parameters:
x1 – Left factor.
x2 – Right factor.
- Returns:
The elementwise product, or the result supplied by a custom override.