jax.Array.argmax — JAX documentation (original) (raw)

jax.Array.argmax#

abstract Array.argmax(axis=None, out=None, keepdims=None)[source]#

Return the index of the maximum value.

Refer to jax.numpy.argmax() for the full documentation.

Parameters:

Return type:

Array