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