Descriptor for pooling forward propagation. More...
#include <dnnl.hpp>
Public Member Functions | |
desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &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 forward propagation using aprop_kind (possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm , memory descriptors, and pooling parameters in the spatial domain: strides , kernel sizes, padding_l , and padding_r . More... | |
Descriptor for pooling forward propagation.
|
inline |
Initializes a pooling descriptor for forward propagation using aprop_kind
(possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm
, memory descriptors, and pooling parameters in the spatial domain: strides
, kernel
sizes, padding_l
, and padding_r
.