:nosearch: .. _op_ai_onnx_Mean-1: Mean - version 1 ================ This page documents version **1** of operator **Mean**. See :doc:`Mean` for the latest version (since version 13). - **Domain**: ``ai.onnx`` - **Since version**: 1 Element-wise mean of each of the input tensors. All inputs and outputs must have the same shape and data type. **Inputs** - **data_0** (*T*): List of tensors for Mean. **Outputs** - **mean** (*T*): Output tensor. Same dimension as inputs. **Attributes** - **consumed_inputs** (*int[]*): legacy optimization attribute. **Type Constraints** - **T**: Constrain input and output types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16).