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