convolutionFiltersGrad

Creates an operation representing the derivative of a convolution operation with respect to the filters.

convolutionFiltersGrad
(
,,
size_t[] filtersShape
,
size_t[] padding
,
size_t[] stride
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

parentGrad
Type: Operation

Gradient of some functions w.r.t. the convolution operation.

features
Type: Operation

The features provided to the convolution operation.

filtersShape
Type: size_t[]

The shape of the filters provided to the convolution operation.

Return Value

Type: Operation

The gradient.

Meta