We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Reduce an input, e.g. compute sum or mean over elements.
ReduceSum (z, axis=None) ReduceLogSum (z, axis=None) ReduceMean (z, axis=None) ReduceMin (z, axis=None) ReduceMax (z, axis=None)
z: data to reduce axis (default: None): if specified, perform reduction along this axis only
z
axis
None
New Documentation Site
Iteration Plans