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

List of all members

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

Class Constructor

◆ LossForwardBatch() [1/2]

LossForwardBatch ( DaalContext  context,
LossForwardBatch  other 
)

Constructs the forward loss layer by copying input objects of another forward loss layer

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

◆ LossForwardBatch() [2/2]

Constructs the forward loss layer

Parameters
contextContext to manage the forward loss layer

Detailed Description

Member Function Documentation

◆ clone()

LossForwardBatch clone ( DaalContext  context)

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

Parameters
contextContext to manage the layer
Returns
The newly allocated forward loss layer

◆ compute()

LossForwardResult compute ( )

Computes the result of the forward loss layer

Returns
Forward loss layer result

◆ getLayerInput()

LossForwardInput getLayerInput ( )

Returns the structure that contains input object of the forward layer

Returns
Structure that contains input object of the forward layer

◆ getLayerParameter()

LossParameter getLayerParameter ( )

Returns the structure that contains parameters of the forward layer

Returns
Structure that contains parameters of the forward layer

◆ getLayerResult()

LossForwardResult 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.