oa::FnMatrix::maxPool2dBwd

maxPool2dBwd: backward for 2D max pooling.

Function Documentation

Matrix oa::FnMatrix::maxPool2dBwd( const Matrix & inX, const Matrix & inIndices, const Matrix & inGradOutput, oa::I32 inKernelSize, oa::I32 inStride, oa::I32 inPadding )
maxPool2dBwd: backward for 2D max pooling.

Parameters

inX
const Matrix &

inIndices
const Matrix &

inGradOutput
const Matrix &

inKernelSize
oa::I32

inStride
oa::I32

inPadding
oa::I32

Returns

Matrix

The declared return value.