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