Descriptor for pooling backward propagation. More...
#include <dnnl.hpp>
Public Member Functions | |
desc (algorithm aalgorithm, const memory::desc &diff_src_desc, const memory::desc &diff_dst_desc, const memory::dims &strides, const memory::dims &kernel, const memory::dims &padding_l, const memory::dims &padding_r) | |
Initializes a pooling descriptor for backward propagation using aalgorithm , memory descriptors, and pooling parameters in the spatial domain: strides , kernel sizes, padding_l , and padding_r . | |
Descriptor for pooling backward propagation.