Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  1.0.4
Performance library for Deep Learning
Classes

A primitive to perform local response normalization (LRN) across or within channels. More...

Classes

struct  mkldnn::lrn_forward
 Local response normalization for forward propagation. More...
 
struct  mkldnn::lrn_backward
 Local response normalization for backward propagation. More...
 

Detailed Description

A primitive to perform local response normalization (LRN) across or within channels.

See also
Local Response Normalization (LRN) in developer guide
LRN in C API