tf.keras.backend.argmax

Returns the index of the maximum value along an axis.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.argmax

x Tensor or variable.
axis axis along which to perform the reduction.

A tensor.