Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
Public Member Functions | List of all members
dnnl::convolution_backward_data::desc Struct Reference

Descriptor for convolution backward propagation. More...

#include <dnnl.hpp>

Collaboration diagram for dnnl::convolution_backward_data::desc:
Collaboration graph
[legend]

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...
 

Detailed Description

Descriptor for convolution backward propagation.

Constructor & Destructor Documentation

◆ desc() [1/2]

dnnl::convolution_backward_data::desc::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 
)
inline

Initializes a descriptor for convolution backward propagation using aalgorithm, memory descriptors, strides, padding_l, and padding_r.

Note
Memory descriptors are allowed to be initialized with dnnl::memory::format_tag::any value of format_kind.

◆ desc() [2/2]

dnnl::convolution_backward_data::desc::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 
)
inline

Initializes a descriptor for dilated convolution backward propagation using aalgorithm, memory descriptors, strides, padding_l, and padding_r.

Note
Memory descriptors are allowed to be initialized with dnnl::memory::format_tag::any value of format_kind.

The documentation for this struct was generated from the following file: