Python wrappers
Public Python APIs implemented by this engine symbol.Reduce a by averaging along axes.
See Also
MeanBackward — backward node.
Parameters
aTensorImplPtrInput tensor.
axesstd::vector<int>Axes to reduce. Empty means "all axes". Negative indices wrap.
keepdimsboolIf
true, retains reduced dims as size-1.Returns
TensorImplPtrOutput tensor of the broadcast-compatible reduced shape.