Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.21.0
Performance library for Deep Learning
Public Member Functions | Public Attributes | List of all members
mkldnn::deconvolution_backward_weights::desc Struct Reference

#include <mkldnn.hpp>

Collaboration diagram for mkldnn::deconvolution_backward_weights::desc:
Collaboration graph
[legend]

Public Member Functions

 desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_bias_desc, const memory::desc &diff_dst_desc, const memory::dims strides, const memory::dims padding_l, const memory::dims padding_r, const padding_kind apadding_kind)
 
 desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_dst_desc, const memory::dims strides, const memory::dims padding_l, const memory::dims padding_r, const padding_kind apadding_kind)
 
 desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_weights_desc, const memory::desc &diff_bias_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, const padding_kind apadding_kind)
 
 desc (algorithm aalgorithm, const memory::desc &src_desc, const memory::desc &diff_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, const padding_kind apadding_kind)
 

Public Attributes

mkldnn_deconvolution_desc_t data
 

Constructor & Destructor Documentation

◆ desc() [1/4]

mkldnn::deconvolution_backward_weights::desc::desc ( algorithm  aalgorithm,
const memory::desc src_desc,
const memory::desc diff_weights_desc,
const memory::desc diff_bias_desc,
const memory::desc diff_dst_desc,
const memory::dims  strides,
const memory::dims  padding_l,
const memory::dims  padding_r,
const padding_kind  apadding_kind 
)
inline

◆ desc() [2/4]

mkldnn::deconvolution_backward_weights::desc::desc ( algorithm  aalgorithm,
const memory::desc src_desc,
const memory::desc diff_weights_desc,
const memory::desc diff_dst_desc,
const memory::dims  strides,
const memory::dims  padding_l,
const memory::dims  padding_r,
const padding_kind  apadding_kind 
)
inline

◆ desc() [3/4]

mkldnn::deconvolution_backward_weights::desc::desc ( algorithm  aalgorithm,
const memory::desc src_desc,
const memory::desc diff_weights_desc,
const memory::desc diff_bias_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,
const padding_kind  apadding_kind 
)
inline

◆ desc() [4/4]

mkldnn::deconvolution_backward_weights::desc::desc ( algorithm  aalgorithm,
const memory::desc src_desc,
const memory::desc diff_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,
const padding_kind  apadding_kind 
)
inline

Member Data Documentation

◆ data

mkldnn_deconvolution_desc_t mkldnn::deconvolution_backward_weights::desc::data

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