Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class representing a forward layer of neural network. More...
| ForwardLayer | ( | DaalContext | context, |
| ForwardLayer | other | ||
| ) |
Constructs the forward layer by copying input objects and parameters of another forward layer
| context | Context to manage forward layer |
| other | A forward layer to be used as the source to initialize the input objects and parameters of the forward layer |
| ForwardLayer | ( | DaalContext | context | ) |
Constructs the forward layer
| context | Context to manage the forward layer |
| ForwardLayer clone | ( | DaalContext | context | ) |
Returns the newly allocated forward layer with a copy of input objects and parameters of this forward layer
| context | Context to manage forward layer |
| void dispose | ( | ) |
Releases memory allocated for the forward layer of the neural network
Implements Disposable.
| ForwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the forward layer
| Parameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the forward layer
| ForwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the forward layer
For more complete information about compiler optimizations, see our Optimization Notice.