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

References | Namespaces | Classes | Enumerations

Contains classes for forward batch normalization layer. More...

References

 Batch
 

Namespaces

 daal::algorithms::neural_networks::layers::batch_normalization::forward
 Contains classes for forward batch normalization layer.
 
 daal::algorithms::neural_networks::layers::batch_normalization::forward::interface1
 Contains version 1.0 of the Intel(R) Data Analytics Acceleration Library (Intel(R) DAAL) interface.
 

Classes

class  Input
 Input objects for the forward batch normalization layer. More...
 
class  Result
 Provides methods to access the result obtained with the compute() method of the forward batch normalization layer. More...
 

Enumerations

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

Enumeration Type Documentation

enum InputLayerDataId

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.