modeci_mdf.functions.onnx.mean

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

Element-wise mean of each of the input tensors (with Numpy-style broadcasting support). All inputs and outputs must have the same data type. This operator supports multidirectional (i.e., Numpy-style) broadcasting; for more details please check [the doc](Broadcasting.md).