NanArgMaxΒΆ
Return the indices of the maximum values in the specified axis ignoring NaNs.
Abstract Signature:
NanArgMax(a: Tensor, axis: int, keepdims: bool = False)
Keras
API:
βStrategy: Plugin (numpy_fallback)
TensorFlow
API:
βStrategy: Plugin (numpy_fallback)
Apple MLX
API:
βStrategy: Plugin (numpy_fallback)