.. _l-onnx-doccom.microsoft-QOrderedGelu: ============================ com.microsoft - QOrderedGelu ============================ .. contents:: :local: .. _l-onnx-opcom-microsoft-qorderedgelu-1: QOrderedGelu - 1 (com.microsoft) ================================ **Version** * **name**: `QOrderedGelu (GitHub) `_ * **domain**: **com.microsoft** * **since_version**: **1** * **function**: * **support_level**: * **shape inference**: This version of the operator has been available **since version 1 of domain com.microsoft**. **Summary** Ordered Quantize Gelu. **Attributes** * **order_X**: cublasLt order of input X. Optional. See the schema of QuantizeWithOrder for order definition. Default value is ``?``. * **order_Y**: cublasLt order of matrix Y, must be same as order_X if specified together. Optional. Default value is ``?``. **Inputs** * **X** (heterogeneous) - **Q**: N-dimensional input A * **scale_X** (heterogeneous) - **S**: scale of the input A * **scale_Y** (heterogeneous) - **S**: scale of the output Y **Outputs** * **Y** (heterogeneous) - **Q**: Output of the Gelu **Examples**