Contains classes for local response normalization layer.
|
| backward |
| Contains classes for the backward local response normalization layer.
|
|
| forward |
| Contains classes for the forward local response normalization layer.
|
|
| interface1 |
| Contains version 1.0 of Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
|
|
|
enum | Method { defaultDense = 0
} |
| Computation methods for the local response normalization layer. More...
|
|
enum | LayerDataId { auxData = layers::lastLayerInputLayout + 1,
auxSmBeta
} |
| Identifiers of input objects for the backward stage and results for the forward stage of the local response normalization layer. More...
|
|
Enumerator |
---|
auxData |
Data processed at the forward stage of the layer
|
auxSmBeta |
Pointer to the tensor of size n1 x n2 x ... x np, that stores value of (kappa + alpha * sum((x_i)^2))^(-beta)
|
Enumerator |
---|
defaultDense |
Default: performance-oriented method
|