jax_floor_divide¶
- probly.representation.jax_functions.jax_floor_divide(x1: JaxArrayLike, x2: JaxArrayLike, /) jax.Array[source]¶
- probly.representation.jax_functions.jax_floor_divide(x1: JaxOperand, x2: JaxOperand, /) object
Floor-divide operands, mirroring
jax.numpy.floor_divide.- Parameters:
x1 – Dividend.
x2 – Divisor.
- Returns:
The quotient rounded toward negative infinity, or a custom override result.