modeci_mdf.functions.onnx.reducemean

modeci_mdf.functions.onnx.reducemean(*args, **kwargs)

Computes the mean of the input tensor’s element along the provided axes. The resulting tensor has the same rank as the input if keepdims equals 1. If keepdims equals 0, then the resulting tensor has the reduced dimension pruned.

The above behavior is similar to numpy, with the exception that numpy defaults keepdims to False instead of True.