Function marian::repeat

Function Documentation

Expr marian::repeat(Expr a, size_t repeats, int ax = 0)

Repeat elements of an expression.

Repeats the elements of a along the ax axis repeats times. By default, ax operates on the first axis.

See

concatenate()