Returns the index of the minimum value along an axis.
View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.keras.backend.argmin
, `tf.compat.v2.keras.backend.argmin`
tf.keras.backend.argmin(
x, axis=-1
)
Arguments | |
---|---|
x
|
Tensor or variable. |
axis
|
axis along which to perform the reduction. |
Returns | |
---|---|
A tensor. |