Contents:
Defined in File expression_operators.cpp
marian::
::
argmin
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.
axis
topk(a, k=1, axis, descending=false)