Python wrappers
Public Python APIs implemented by this engine symbol.Index of the minimum value along an axis.
See Also
argmax_op : Maximum-index counterpart.
Parameters
aTensorImplPtrInput tensor.
axisintAxis to reduce.
keepdimsboolIf true, retain the reduced axis as size 1; otherwise remove it.
Returns
TensorImplPtrInteger tensor of dtype I64 containing the argmin indices.
Notes
Ties are broken by returning the lowest index. Non-differentiable.