Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Provides methods for Xavier initializer computations in the batch processing mode. More...
| XavierBatch | ( | DaalContext | context, |
| XavierBatch | other | ||
| ) |
Constructs Xavier initializer by copying input objects and parameters of another Xavier initializer
| context | Context to manage the Xavier initializer |
| other | An initializer to be used as the source to initialize the input objects and parameters of this initializer |
| XavierBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| XavierMethod | method | ||
| ) |
Constructs the Xavier initializer
| context | Context to manage the initializer |
| cls | Data type to use in intermediate computations for the initializer, Double.class or Float.class |
| method | The initializer computation method, XavierMethod |
| XavierBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated Xavier initializer with a copy of input objects and parameters of this Xavier initializer
| context | Context to manage the initializer |
| Result compute | ( | ) |
Computes the result of the Xavier initializer
| XavierMethod method |
Computation method for the initializer
| XavierParameter parameter |
XavierParameters of the Xavier initializer
For more complete information about compiler optimizations, see our Optimization Notice.