Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Contains classes for the neural network weights and biases initializers.
Packages | |
| package | gaussian |
| Contains classes for the gaussian initializer. | |
| package | truncated_gaussian |
| Contains classes for the truncated gaussian initializer. | |
| package | uniform |
| Contains classes for the uniform initializer. | |
| package | xavier |
| Contains classes for the Xavier initializer. | |
Classes | |
| class | InitializerIface |
| Class representing a neural network weights and biases initializer. More... | |
| class | Input |
| Input object for neural network weights and biases initializer More... | |
| class | InputId |
| Available identifiers of input objects for neural network weights and biases initializer. More... | |
| class | Parameter |
| Class that specifies parameters of the neural network weights and biases initializer. More... | |
| class | Result |
| Provides methods to access results obtained with the compute() method of the neural network weights and biases initializer. More... | |
| class | ResultId |
| Available identifiers of results for the neural network weights and biases initializers. More... | |
For more complete information about compiler optimizations, see our Optimization Notice.