Contents:
Defined in File expression_operators.cpp
marian::
::
argmax
Returns largest elements of an expression along an axis.
Return a 2-tuple (values, indices) of largest elements of an expression along a specified axis.
axis
topk(a, k=1, axis, descending=true)