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

Namespaces | Enumerations
daal::algorithms::neural_networks::layers::batch_normalization::forward Namespace Reference

Contains classes for forward batch normalization layer.

Namespaces

 interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Enumerations

enum  InputLayerDataId { populationMean = layers::forward::lastInputLayerDataId + 1, populationVariance }
 

Enumeration Type Documentation

Available identifiers of input objects for the forward batch normalization layer

Enumerator
populationMean 

1-dimensional tensor of size $n_k$ that stores population mean computed on the previous stage

populationVariance 

1-dimensional tensor of size $n_k$ that stores population variance computed on the previous stage

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