.. _l-onnx-doccom.microsoft-QuickGelu: ========================= com.microsoft - QuickGelu ========================= .. contents:: :local: .. _l-onnx-opcom-microsoft-quickgelu-1: QuickGelu - 1 (com.microsoft) ============================= **Version** * **name**: `QuickGelu (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** Compute x * Sigmoid(alpha * x). **Attributes** * **alpha**: Alpha value. Default value is ``?``. **Inputs** * **X** (heterogeneous) - **T**: The input data as Tensor. **Outputs** * **Y** (heterogeneous) - **T**: The output. **Examples**