NextAfterΒΆ

Return the next floating-point value after input towards other.

Abstract Signature:

NextAfter(input: Tensor, other: Tensor)

PyTorch

API: torch.nextafter
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.nextafter
Strategy: Direct Mapping

NumPy

API: numpy.nextafter
Strategy: Direct Mapping

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: tf.math.nextafter
Strategy: Direct Mapping

Apple MLX

API: β€”
Strategy: Custom / Partial

Flax NNX

API: jax.numpy.nextafter
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.nextafter
Strategy: Direct Mapping