Convolution#
A primitive to perform 1D, 2D or 3D convolution. Supported variants are forward propagation, backward propagation, and weights gradient with or without bias.
See also:
Convolution in developer guide
// structs struct dnnl::convolution_backward_data; struct dnnl::convolution_backward_weights; struct dnnl::convolution_forward;