Function marian::concatenate

Function Documentation

Expr marian::concatenate(const std::vector<Expr> &concats, int ax = 0)

Join a list of expressions along an axis.

Concatenates the elements of the expressions in concats along the axis ax. By default, ax operates on the first axis.