Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for the one-dimensional average pooling layer in the batch processing mode. More...
| AveragePooling1dBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| AveragePooling1dMethod | method, | ||
| long | nDim | ||
| ) |
Constructs the one-dimensional average pooling layer
| context | Context to manage the one-dimensional average pooling layer |
| cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
| method | The layer computation method, AveragePooling1dMethod |
| nDim | Number of dimensions in input data |
| AveragePooling1dMethod method |
Computation method for the layer
| AveragePooling1dParameter parameter |
Pooling layer parameters
|
protected |
Data type to use in intermediate computations for the layer
For more complete information about compiler optimizations, see our Optimization Notice.