RemainderΒΆ

Computes the element-wise remainder of division.

Abstract Signature:

Remainder(input: Tensor, other: Tensor)

PyTorch

API: torch.remainder
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.remainder
Strategy: Direct Mapping

NumPy

API: numpy.remainder
Strategy: Direct Mapping

Keras

API: keras.ops.mod
Strategy: Direct Mapping

TensorFlow

API: tf.math.floormod
Strategy: Direct Mapping

Apple MLX

API: mlx.core.remainder
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.remainder
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.remainder
Strategy: Direct Mapping