Mean
Description
Average value of each input tensor element (NumPy-style broadcasting is supported).
All inputs and outputs must have the same data type. This operator supports multi-directional (NumPy-style) broadcasting.
Input
One input:
data_0: list of at least one tensor of type float16 or float.
Output
One output:
mean: tensor of type float16 or float.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16/v17/v18
Parent topic: Operators Specifications of the AI Framework