floor_divideΒΆ

Rounds the result of dividing each element x1_i of the input array x1 by the respective element x2_i of the input array x2 to the greatest (i.e., closest to +infinity) integer-value number that is not greater than the division result.

Abstract Signature:

floor_divide(x1: Union[array, int, float], x2: Union[array, int, float])

JAX (Core)

API: jax.numpy.floor_divide
Strategy: Direct Mapping

NumPy

API: numpy.ma.core.floor_divide
Strategy: Direct Mapping

Keras

API: keras.ops.numpy.floor_divide
Strategy: Direct Mapping

TensorFlow

API: keras.ops.floor_divide
Strategy: Direct Mapping

Apple MLX

API: mlx.core.floor_divide
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.floor_divide
Strategy: Direct Mapping