Descriptor for convolution backward propagation. More...
#include <dnnl.hpp>

Public Member Functions | |
| desc (algorithm aalgorithm, const memory::desc &diff_src_desc, const memory::desc &weights_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &padding_l, const memory::dims &padding_r) | |
Initializes a descriptor for convolution backward propagation using aalgorithm, memory descriptors, strides, padding_l, and padding_r. More... | |
| desc (algorithm aalgorithm, const memory::desc &diff_src_desc, const memory::desc &weights_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &dilates, const memory::dims &padding_l, const memory::dims &padding_r) | |
Initializes a descriptor for dilated convolution backward propagation using aalgorithm, memory descriptors, strides, padding_l, and padding_r. More... | |
Descriptor for convolution backward propagation.
|
inline |
Initializes a descriptor for convolution backward propagation using aalgorithm, memory descriptors, strides, padding_l, and padding_r.
format_kind.
|
inline |
Initializes a descriptor for dilated convolution backward propagation using aalgorithm, memory descriptors, strides, padding_l, and padding_r.
format_kind.