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

List of all members

Class that computes the results of the backward loss layer in the batch processing mode. More...

Class Constructor

Constructs the backward loss layer by copying input objects of backward loss layer

Parameters
contextContext to manage the backward loss layer
otherA backward loss layer to be used as the source to initialize the input objects of the backward loss layer

Constructs the backward loss layer

Parameters
contextContext to manage the backward loss layer

Detailed Description

Member Function Documentation

LossBackwardBatch clone ( DaalContext  context)

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

Parameters
contextContext to manage the layer
Returns
The newly allocated backward loss layer
LossBackwardResult compute ( )

Computes the result of the backward loss layer

Returns
Backward loss layer result
LossBackwardInput getLayerInput ( )

Returns the structure that contains input object of the backward layer

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

Returns the structure that contains parameters of the backward layer

Returns
Structure that contains parameters of the backward layer
LossBackwardResult 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.