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

#include <mkldnn.hpp>

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

Public Member Functions

template<typename T >
 desc (prop_kind aprop_kind, algorithm alg_kind, const memory::desc &src_desc, T alpha=0, T beta=0)
 
template<typename T >
MKLDNN_DEPRECATED desc (prop_kind aprop_kind, const memory::desc &src_desc, T negative_slope)
 

Public Attributes

mkldnn_eltwise_desc_t data
 

Constructor & Destructor Documentation

◆ desc() [1/2]

template<typename T >
mkldnn::eltwise_forward::desc::desc ( prop_kind  aprop_kind,
algorithm  alg_kind,
const memory::desc src_desc,
alpha = 0,
beta = 0 
)
inline

◆ desc() [2/2]

template<typename T >
MKLDNN_DEPRECATED mkldnn::eltwise_forward::desc::desc ( prop_kind  aprop_kind,
const memory::desc src_desc,
negative_slope 
)
inline
Deprecated:
: api backward compatibility for relu

Member Data Documentation

◆ data

mkldnn_eltwise_desc_t mkldnn::eltwise_forward::desc::data

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