(l-onnx-doc-Erf)= # Erf (l-onnx-op-erf-13)= ## Erf - 13 ### Version - **name**: [Erf (GitHub)](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Erf) - **domain**: `main` - **since_version**: `13` - **function**: `False` - **support_level**: `SupportType.COMMON` - **shape inference**: `True` This version of the operator has been available **since version 13**. ### Summary Computes the error function of the given input tensor element-wise. ### Inputs - **input** (heterogeneous) - **T**: Input tensor ### Outputs - **output** (heterogeneous) - **T**: The error function of the input tensor computed element-wise. It has the same shape and type of the input. ### Type Constraints * **T** in ( `tensor(bfloat16)`, `tensor(double)`, `tensor(float)`, `tensor(float16)`, `tensor(int16)`, `tensor(int32)`, `tensor(int64)`, `tensor(int8)`, `tensor(uint16)`, `tensor(uint32)`, `tensor(uint64)`, `tensor(uint8)` ): Constrain input and output types to all numeric tensors. ```{toctree} text_diff_Erf_9_13 ``` (l-onnx-op-erf-9)= ## Erf - 9 ### Version - **name**: [Erf (GitHub)](https://github.com/onnx/onnx/blob/main/docs/Operators.md#Erf) - **domain**: `main` - **since_version**: `9` - **function**: `False` - **support_level**: `SupportType.COMMON` - **shape inference**: `True` This version of the operator has been available **since version 9**. ### Summary Computes the error function of the given input tensor element-wise. ### Inputs - **input** (heterogeneous) - **T**: Input tensor ### Outputs - **output** (heterogeneous) - **T**: The error function of the input tensor computed element-wise. It has the same shape and type of the input. ### Type Constraints * **T** in ( `tensor(double)`, `tensor(float)`, `tensor(float16)`, `tensor(int16)`, `tensor(int32)`, `tensor(int64)`, `tensor(int8)`, `tensor(uint16)`, `tensor(uint32)`, `tensor(uint64)`, `tensor(uint8)` ): Constrain input and output types to all numeric tensors.