Descriptor for local response normalization forward propagation. More...
#include <dnnl.hpp>
Public Member Functions | |
desc (prop_kind aprop_kind, algorithm aalgorithm, const memory::desc &src_desc, memory::dim local_size, float alpha, float beta, float k=1.f) | |
Initializes a descriptor for forward propagation using prop_kind (possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm , memory descriptor data_desc , and regularization parameters local_size , alpha , beta , and k . More... | |
Descriptor for local response normalization forward propagation.
|
inline |
Initializes a descriptor for forward propagation using prop_kind
(possible values are dnnl::forward_training and dnnl::forward_inference), aalgorithm
, memory descriptor data_desc
, and regularization parameters local_size
, alpha
, beta
, and k
.