Function marian::mean

Function Documentation

Expr marian::mean(Expr a, int ax = 0)

Compute the arithmetic mean along the specified axis.

See

ReduceNodeOp

Parameters
  • ax: Axis along which to compute the mean. Default is 0.