Contents:
Defined in File expression_operators.h
marian::
::
narrow
Returns the slice of the expression a along axis. Convenience wrapper for slice() that returns the slice along axis from index to index + length
slice
a
axis
index
length
this is named after an equivalent function in PyTorch