Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members

Provides methods for the two-dimensional spatial stochastic pooling layer in the batch processing mode. More...

Class Constructor

SpatialStochasticPooling2dBatch ( DaalContext  context,
Class<?extends Number >  cls,
SpatialStochasticPooling2dMethod  method,
long  pyramidHeight,
long  nDim 
)

Constructs the two-dimensional spatial stochastic pooling layer

Parameters
contextContext to manage the two-dimensional spatial stochastic pooling layer
clsData type to use in intermediate computations for the layer, Double.class or Float.class
methodThe layer computation method, SpatialStochasticPooling2dMethod
pyramidHeightThe value of pyramid height
nDimNumber of dimensions in input data

Detailed Description

References

Member Data Documentation

Computation method for the layer

Pooling layer parameters

Precision prec
protected

Data type to use in intermediate computations for the layer


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.