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