Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Class that computes the results of the forward 2D locally connected layer in the batch processing mode. More...
LocallyConnected2dForwardBatch | ( | DaalContext | context, |
LocallyConnected2dForwardBatch | other | ||
) |
Constructs the forward 2D locally connected layer by copying input objects of another forward 2D locally connected layer
context | Context to manage the forward 2D locally connected layer |
other | A forward 2D locally connected layer to be used as the source to initialize the input objects of the forward 2D locally connected layer |
LocallyConnected2dForwardBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
LocallyConnected2dMethod | method | ||
) |
Constructs the forward 2D locally connected 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, LocallyConnected2dMethod |
LocallyConnected2dForwardBatch clone | ( | DaalContext | context | ) |
Returns the newly allocated forward 2D locally connected layer with a copy of input objects of this forward 2D locally connected layer
context | Context to manage the layer |
LocallyConnected2dForwardResult compute | ( | ) |
Computes the result of the forward 2D locally connected layer
LocallyConnected2dForwardInput getLayerInput | ( | ) |
Returns the structure that contains input object of the forward layer
LocallyConnected2dParameter getLayerParameter | ( | ) |
Returns the structure that contains parameters of the forward layer
LocallyConnected2dForwardResult getLayerResult | ( | ) |
Returns the structure that contains result of the forward layer
void setResult | ( | LocallyConnected2dForwardResult | result | ) |
Registers user-allocated memory to store the result of the forward 2D locally connected layer
result | Structure to store the result of the forward 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.