|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &bias_desc, const memory::desc &dst_desc, const memory::dims &strides, const memory::dims &padding_l, const memory::dims &padding_r) |
| Initializes a descriptor for deconvolution forward propagation with bias using prop_kind (possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm , memory descriptors, strides , padding_l , and padding_r . More...
|
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &dst_desc, const memory::dims &strides, const memory::dims &padding_l, const memory::dims &padding_r) |
| Initializes a descriptor for deconvolution forward propagation without bias using prop_kind (possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm , memory descriptors, strides , padding_l , and padding_r . More...
|
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &bias_desc, const memory::desc &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 deconvolution forward propagation with bias using aprop_kind (possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm memory descriptors, strides , dilates , padding_l , and padding_r . More...
|
|
| desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &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 deconvolution forward propagation without bias using aprop_kind (possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm , memory descriptors, strides , dilates , padding_l , and padding_r . More...
|
|
Descriptor for convolution forward propagation.