maxpoolGrad

Creates an operation representing the derivative of a maxpool operation with respect to the feature maps.

maxpoolGrad
(,,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

parentGrad Operation

Gradient of some function w.r.t. the maxpool operation.

op Operation

The operation being differentiated.

Return Value

Type: Operation

The gradient.

Meta