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

List of all members
Parameter Struct Reference

Parameters for the forward and backward two-dimensional spatial layers. More...

Class Declaration

struct DAAL_EXPORT Parameter: public layers::Parameter
{
Parameter(size_t _pyramidHeight, size_t firstIndex, size_t secondIndex);
size_t pyramidHeight;
Indices indices;
};
Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

Parameter ( size_t  _pyramidHeight,
size_t  firstIndex,
size_t  secondIndex 
)

Constructs the parameters of 2D spatial layer

Parameters
[in]_pyramidHeightThe value of pyramid height
[in]firstIndexIndex of the first of two dimensions on which the spatial is performed
[in]secondIndexIndex of the second of two dimensions on which the spatial is performed
Deprecated:
This item will be removed in a future release.

Member Data Documentation

Indices indices

Indices of the two dimensions on which spatial is performed

size_t pyramidHeight

The value of pyramid height


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

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