NanArgMax ========= Return the indices of the maximum values in the specified axis ignoring NaNs. **Abstract Signature:** ``NanArgMax(a: Tensor, axis: int, keepdims: bool = False)`` .. raw:: html

PyTorch

API: torch.nanargmax
Strategy: Direct Mapping

JAX (Core)

API: jax.numpy.nanargmax
Strategy: Direct Mapping

NumPy

API: numpy.nanargmax
Strategy: Direct Mapping

Keras

API:
Strategy: Plugin (numpy_fallback)

TensorFlow

API:
Strategy: Plugin (numpy_fallback)

Apple MLX

API:
Strategy: Plugin (numpy_fallback)

Flax NNX

API: jax.numpy.nanargmax
Strategy: Direct Mapping

PaxML / Praxis

API: jax.numpy.nanargmax
Strategy: Direct Mapping