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