C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Provides methods to run implementations of the forward maximum 2D pooling layer. This class is associated with the forward::Batch class and supports the method of forward maximum 2D pooling layer computation in the batch processing mode. More...
algorithmFPType | Data type to use in intermediate computations of forward maximum 2D pooling layer, double or float |
method | Computation method of the layer, maximum_pooling2d::Method |
cpu | Version of the cpu-specific implementation of the layer, daal::CpuType |
DAAL_DEPRECATED BatchContainer | ( | daal::services::Environment::env * | daalEnv | ) |
Constructs a container for the forward maximum 2D pooling layer with a specified environment in the batch processing mode
[in] | daalEnv | Environment object |
DAAL_DEPRECATED ~BatchContainer | ( | ) |
Default destructor
DAAL_DEPRECATED services::Status compute | ( | ) |
Computes the result of the forward maximum 2D pooling layer in the batch processing mode
For more complete information about compiler optimizations, see our Optimization Notice.