.. _l-onnx-doc-MaxPoolGrad: =========== MaxPoolGrad =========== .. contents:: :local: .. _l-onnx-op-maxpoolgrad-9: MaxPoolGrad - 9 =============== **Version** * **name**: `MaxPoolGrad (GitHub) `_ * **domain**: **main** * **since_version**: **9** * **function**: * **support_level**: * **shape inference**: This version of the operator has been available **since version 9**. **Summary** **Inputs** * **dY** (heterogeneous) - **T**: Gradient of output, Y * **Indices** (heterogeneous) - **I**: Indices tensor from max pooling across the input tensor. **Outputs** * **dX** (heterogeneous) - **T**: Gradient of input, X **Examples**