MaxPoolGrad#

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