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
Type: Operation

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

op
Type: Operation

The operation being differentiated.

Return Value

Type: Operation

The gradient.

Meta