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

List of all members

Class representing a forward layer of neural network. More...

Class Constructor

ForwardLayer ( DaalContext  context,
ForwardLayer  other 
)

Constructs the forward layer by copying input objects and parameters of another forward layer

Parameters
contextContext to manage forward layer
otherA 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

Parameters
contextContext to manage the forward layer

Detailed Description

Member Function Documentation

ForwardLayer clone ( DaalContext  context)

Returns the newly allocated forward layer with a copy of input objects and parameters of this forward layer

Parameters
contextContext to manage forward layer
Returns
The newly allocated 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

Returns
Structure that contains input object of the forward layer
Parameter getLayerParameter ( )

Returns the structure that contains parameters of the forward layer

Returns
Structure that contains parameters of the forward layer
ForwardResult getLayerResult ( )

Returns the structure that contains result of the forward layer

Returns
Structure that contains result of the forward layer

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

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