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::inner_product_forward::desc Struct Reference

#include <mkldnn.hpp>

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

Public Member Functions

 desc (prop_kind aprop_kind, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &bias_desc, const memory::desc &dst_desc)
 
 desc (prop_kind aprop_kind, const memory::desc &src_desc, const memory::desc &weights_desc, const memory::desc &dst_desc)
 

Public Attributes

mkldnn_inner_product_desc_t data
 

Constructor & Destructor Documentation

◆ desc() [1/2]

mkldnn::inner_product_forward::desc::desc ( prop_kind  aprop_kind,
const memory::desc src_desc,
const memory::desc weights_desc,
const memory::desc bias_desc,
const memory::desc dst_desc 
)
inline

◆ desc() [2/2]

mkldnn::inner_product_forward::desc::desc ( prop_kind  aprop_kind,
const memory::desc src_desc,
const memory::desc weights_desc,
const memory::desc dst_desc 
)
inline

Member Data Documentation

◆ data

mkldnn_inner_product_desc_t mkldnn::inner_product_forward::desc::data

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