Descriptor for batch normalization forward propagation. More...
#include <mkldnn.hpp>
Public Member Functions | |
desc (prop_kind aprop_kind, const memory::desc &src_desc, float epsilon, normalization_flags flags) | |
Initializes a batch normalization descriptor for forward propagation using prop_kind (possible values are mkldnn::forward_training and mkldnn::forward_inference), memory descriptor data_desc , normalization parameter epsilon , and flags set using bit flags of type mkldnn_batch_normalization_desc_t. More... | |
Descriptor for batch normalization forward propagation.
|
inline |
Initializes a batch normalization descriptor for forward propagation using prop_kind
(possible values are mkldnn::forward_training and mkldnn::forward_inference), memory descriptor data_desc
, normalization parameter epsilon
, and flags
set using bit flags of type mkldnn_batch_normalization_desc_t.