Function marian::argmin

Function Documentation

Expr2 marian::argmin(Expr a, int axis)

Returns smallest elements of an expression along an axis.

Return a 2-tuple (values, indices) of smallest elements of an expression along a specified axis.

See

topk(a, k=1, axis, descending=false)