Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Provides methods for the batch normalization layer in the batch processing mode. More...
BatchNormalizationBatch | ( | DaalContext | context, |
Class<? extends Number > | cls, | ||
BatchNormalizationMethod | method | ||
) |
Constructs the batch normalization layer
context | Context to manage the batch normalization layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, BatchNormalizationMethod |
BatchNormalizationMethod method |
Computation method for the layer
BatchNormalizationParameter parameter |
BatchNormalizationBatch normalization layer parameters
|
protected |
Data type to use in intermediate computations for the layer
For more complete information about compiler optimizations, see our Optimization Notice.