Provides methods for the batch normalization layer in the batch processing mode.
More...
- Parameters
-
fptype | Data type to use in intermediate computations for the batch normalization layer, double or float |
method | Batch normalization layer computation method, Method |
- Enumerations
- Method Computation methods
- LayerDataId Identifiers of collection in results of forward and in input objects for the backward batch normalization layer
- References
-
- Deprecated:
- This item will be removed in a future release.
- Aliases
Batch_Float64DefaultDense
is an alias of Batch(fptype=float64, method=daal.algorithms.neural_networks.layers.batch_normalization.defaultDense)
Batch_Float32DefaultDense
is an alias of Batch(fptype=float32, method=daal.algorithms.neural_networks.layers.batch_normalization.defaultDense)
Default constructor
- Deprecated:
- This item will be removed in a future release.
Batch normalization layer parameters
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/batch_normalization/__init__.py