Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
BatchNormalizationBatch Class Reference

Provides methods for the batch normalization layer in the batch processing mode. More...

Class Constructor

◆ BatchNormalizationBatch()

BatchNormalizationBatch ( DaalContext  context,
Class<? extends Number >  cls,
BatchNormalizationMethod  method 
)

Constructs the batch normalization layer

Parameters
contextContext to manage the batch normalization layer
clsData type to use in intermediate computations for the layer, Double.class or Float.class
methodThe layer computation method, BatchNormalizationMethod

Detailed Description

References

Member Data Documentation

◆ method

Computation method for the layer

◆ parameter

BatchNormalizationBatch normalization layer parameters

◆ prec

Precision prec
protected

Data type to use in intermediate computations for the layer


The documentation for this class was generated from the following file:

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