C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

References | Namespaces | Classes | Enumerations
Local contrast normalization (LCN) Layer

Contains classes for neural network local contrast normalization layer. More...

Contains classes of the lcn layer.

References

 Backward Local contrast normalization (LCN) Layer
 Contains classes for the backward local contrast normalization layer.
 
 Forward Local contrast normalization (LCN) Layer
 Contains classes for the forward local contrast normalization layer.
 

Namespaces

 daal::algorithms::neural_networks::layers::lcn
 Contains classes for neural network local contrast normalization layer.
 
 daal::algorithms::neural_networks::layers::lcn::interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Batch< algorithmFPType, method >
 Computes the result of the forward and backward local contrast normalization layer of neural network in the batch processing mode. More...
 
struct  Indices
 Data structure representing the indices of the two dimensions on which local contrast normalization is performed. More...
 
class  Parameter
 local contrast normalization layer parameters More...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId
 

Enumeration Type Documentation

enum LayerDataId

Available identifiers of results of the forward local contrast normalization layer and input objects for the backward local contrast normalization layer

enum Method

Available methods to compute forward and backward local contrast normalization layer

Enumerator
defaultDense 

Default: performance-oriented method.

For more complete information about compiler optimizations, see our Optimization Notice.