Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

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

Class Constructor

BackwardLayer ( DaalContext  context,
BackwardLayer  other 
)

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

Parameters
contextContext to manage backward layer
otherBackward layer to be used as the source to initialize the input objects and parameters of the backward layer
BackwardLayer ( DaalContext  context)

Constructs the backward layer

Parameters
contextContext to manage the backward layer

Detailed Description

Member Function Documentation

BackwardLayer clone ( DaalContext  context)

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

Parameters
contextContext to manage backward layer
Returns
The newly allocated backward layer
void dispose ( )

Releases memory allocated for the backward layer of the neural network

Implements Disposable.

BackwardInput getLayerInput ( )

Returns the structure that contains input object of the backward layer

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

Returns the structure that contains parameters of the backward layer

Returns
Structure that contains parameters of the backward layer
BackwardResult getLayerResult ( )

Returns the structure that contains result of the backward layer

Returns
Structure that contains result of the backward layer

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

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