Contains classes for forward batch normalization layer.
More...
|
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...
|
|
Available identifiers of input objects for the forward batch normalization layer
Enumerator |
---|
populationMean |
1-dimensional tensor of size that stores population mean computed on the previous stage
|
populationVariance |
1-dimensional tensor of size that stores population variance computed on the previous stage
|