Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Class that computes the results of the forward logistic cross-entropy layer in the batch processing mode. More...
| LogisticCrossForwardBatch | ( | DaalContext | context, |
| LogisticCrossForwardBatch | other | ||
| ) |
Constructs the forward logistic cross-entropy layer by copying input objects of another forward logistic cross-entropy layer
| context | Context to manage the forward logistic cross-entropy layer |
| other | A forward logistic cross-entropy layer to be used as the source to initialize the input objects of the forward logistic cross-entropy layer |
| LogisticCrossForwardBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| LogisticCrossMethod | method | ||
| ) |
Constructs the forward logistic cross-entropy layer
| context | Context to manage the layer |
| cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
| method | The layer computation method, LogisticCrossMethod |
| LogisticCrossForwardBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated forward logistic cross-entropy layer with a copy of input objects of this forward logistic cross-entropy layer
| context | Context to manage the layer |
| LogisticCrossForwardResult compute | ( | ) |
Computes the result of the forward logistic cross-entropy layer
| LogisticCrossForwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the forward layer
| LogisticCrossParameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the forward layer
| LogisticCrossForwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the forward layer
| void setResult | ( | LogisticCrossForwardResult | result | ) |
Registers user-allocated memory to store the result of the forward logistic cross-entropy layer
| result | Structure to store the result of the forward 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.