C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter Struct Reference

Parameters for the spatial pyramid stochastic 2D pooling layer. More...

Class Declaration

struct DAAL_EXPORT Parameter: public spatial_pooling2d::Parameter
{
Parameter(size_t pyramidHeight, size_t firstIndex, size_t secondIndex) :
spatial_pooling2d::Parameter(pyramidHeight, firstIndex, secondIndex), seed(777), engine(engines::mt19937::Batch<>::create())
{}
size_t seed;
engines::EnginePtr engine;
};
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( size_t  pyramidHeight,
size_t  firstIndex,
size_t  secondIndex 
)
inline

Constructs parameters of the spatial pyramid stochastic 2D pooling layer

Parameters
[in]pyramidHeightValue of the pyramid height.
[in]firstIndexFirst dimension index along which spatial pyramid pooling is performed
[in]secondIndexSecond dimension index along which spatial pyramid pooling is performed
Deprecated:
This item will be removed in a future release.

Member Data Documentation

engines::EnginePtr engine

Engine for random numbers generation.

size_t seed

Seed for random numbers generation.

Deprecated:
This item will be removed in a future release.

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

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