Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1
Provides methods for the three-dimensional maximum pooling layer in the batch processing mode. More...
MaximumPooling3dBatch | ( | DaalContext | context, |
Class<?extends Number > | cls, | ||
MaximumPooling3dMethod | method, | ||
long | nDim | ||
) |
Constructs the three-dimensional maximum pooling layer
context | Context to manage the three-dimensional maximum pooling layer |
cls | Data type to use in intermediate computations for the layer, Double.class or Float.class |
method | The layer computation method, MaximumPooling3dMethod |
nDim | Number of dimensions in input data |
MaximumPooling3dMethod method |
Computation method for the layer
MaximumPooling3dParameter 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.