Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that computes the results of the forward loss layer in the batch processing mode. More...
LossForwardBatch | ( | DaalContext | context, |
LossForwardBatch | other | ||
) |
Constructs the forward loss layer by copying input objects of another forward loss layer
context | Context to manage the forward loss layer |
other | A forward loss layer to be used as the source to initialize the input objects of the forward loss layer |
LossForwardBatch | ( | DaalContext | context | ) |
Constructs the forward loss layer
context | Context to manage the forward loss layer |
LossForwardBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated forward loss layer with a copy of input objects of this forward loss layer
context | Context to manage the layer |
LossForwardResult compute | ( | ) |
Computes the result of the forward loss layer
LossForwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the forward layer
LossParameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the forward layer
LossForwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the forward layer
For more complete information about compiler optimizations, see our Optimization Notice.