tf.keras.backend.argmin

Returns the index of the minimum value along an axis.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.argmin

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

A tensor.