Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Input object for the forward batch normalization layer More...
Returns the input object of the forward batch normalization layer
id | Identifier of the input object |
long [] getBiasesSizes | ( | BatchNormalizationParameter | parameter | ) |
Returns dimensions of biases tensor
parameter | Layer parameter |
long [] getWeightsSizes | ( | BatchNormalizationParameter | parameter | ) |
Returns dimensions of weights tensor
parameter | Layer parameter |
void set | ( | BatchNormalizationForwardInputLayerDataId | id, |
Tensor | val | ||
) |
Sets the input object of the forward batch normalization layer
id | Identifier of the input object |
val | Value of the input object |
For more complete information about compiler optimizations, see our Optimization Notice.