C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Namespaces | Classes | Enumerations
daal::algorithms::neural_networks::layers::lcn Namespace Reference

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

Namespaces

 backward
 Contains classes for the backward local contrast normalization layer.
 
 forward
 Contains classes for the forward local contrast normalization layer.
 
 interface1
 Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

struct  Indices
 Data structure representing the indices of the two dimensions on which local contrast normalization is performed. More...
 

Enumerations

enum  Method { defaultDense = 0 }
 
enum  LayerDataId
 

Detailed Description

Contains classes of the lcn layer.

Enumeration Type Documentation

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.