Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Provides methods for the three-dimensional average pooling layer in the batch processing mode. More...
| AveragePooling3dBatch | ( | DaalContext | context, |
| Class<?extends Number > | cls, | ||
| AveragePooling3dMethod | method, | ||
| long | nDim | ||
| ) |
Constructs the three-dimensional average pooling layer
| context | Context to manage the three-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, AveragePooling3dMethod |
| nDim | Number of dimensions in input data |
| AveragePooling3dMethod method |
Computation method for the layer
| AveragePooling3dParameter 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.