Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Provides methods for the 2D locally connected layer in the batch processing mode. More...
LocallyConnected2dBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
LocallyConnected2dMethod | method | ||
) |
Constructs the 2D locally connected layer
context | Context to manage the 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 |
LocallyConnected2dMethod method |
Computation method for the layer
LocallyConnected2dParameter parameter |
Locally 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.