Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Class that computes the results of the backward logistic cross-entropy layer in the batch processing mode. More...
LogisticCrossBackwardBatch | ( | DaalContext | context, |
LogisticCrossBackwardBatch | other | ||
) |
Constructs the backward logistic cross-entropy layer by copying input objects of backward logistic cross-entropy layer
context | Context to manage the backward logistic cross-entropy layer |
other | A backward logistic cross-entropy layer to be used as the source to initialize the input objects of the backward logistic cross-entropy layer |
LogisticCrossBackwardBatch | ( | DaalContext | context, |
Class<? extends Number > | cls, | ||
LogisticCrossMethod | method | ||
) |
Constructs the backward logistic cross-entropy layer
context | Context to manage the backward logistic cross-entropy layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, LogisticCrossMethod |
LogisticCrossBackwardBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated backward logistic cross-entropy layer with a copy of input objects of this backward logistic cross-entropy layer
context | Context to manage the layer |
LogisticCrossBackwardResult compute | ( | ) |
Computes the result of the backward logistic cross-entropy layer
LogisticCrossBackwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the backward layer
LogisticCrossParameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the backward layer
LogisticCrossBackwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the backward layer
void setResult | ( | LogisticCrossBackwardResult | result | ) |
Registers user-allocated memory to store the result of the backward logistic cross-entropy layer
result | Structure to store the result of the backward logistic cross-entropy layer |
Input data
LogisticCrossMethod method |
Computation method for the layer
LogisticCrossParameter parameter |
LogisticCrossParameters of the layer
For more complete information about compiler optimizations, see our Optimization Notice.