Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for the fully-connected layer in the batch processing mode. More...
| FullyConnectedBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| FullyConnectedMethod | method, | ||
| long | nOutputs | ||
| ) |
Constructs the fully-connected layer
| context | Context to manage the 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 |
| FullyConnectedMethod method |
Computation method for the layer
| FullyConnectedParameter parameter |
Fully-connected layer parameters
|
protected |
Data type to use in intermediate computations for the layer
For more complete information about compiler optimizations, see our Optimization Notice.