.. _l-onnx-doccom.microsoft-BiasFastGeluGrad_dX: =================================== com.microsoft - BiasFastGeluGrad_dX =================================== .. contents:: :local: .. _l-onnx-opcom-microsoft-biasfastgelugrad_dx-1: BiasFastGeluGrad_dX - 1 (com.microsoft) ======================================= **Version** * **name**: `BiasFastGeluGrad_dX (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** Computes dX for FastGeluGrad with bias **Inputs** * **dY** (heterogeneous) - **T**: The gradient tensor from output. * **X** (heterogeneous) - **T**: The input tensor. * **B** (heterogeneous) - **T**: The bias tensor. **Outputs** * **dX** (heterogeneous) - **T**: Gradient of the input. **Examples**