C++ API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4

List of all members

Parameters for the average 1D pooling layer. More...

Class Declaration

struct DAAL_EXPORT Parameter: public pooling1d::Parameter
{
Parameter(size_t index, size_t kernelSize = 2, size_t stride = 2, size_t padding = 0);
};

Constructor & Destructor Documentation

Parameter ( size_t  index,
size_t  kernelSize = 2,
size_t  stride = 2,
size_t  padding = 0 
)

Constructs the parameters of average 1D pooling layer

Parameters
[in]indexIndex of the dimension on which pooling is performed
[in]kernelSizeSize of 1D subtensor for which the average element is computed
[in]strideInterval over the dimension on which the pooling is performed
[in]paddingNumber of data elements to implicitly add to the the dimension of the 1D subtensor on which the pooling is performed

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

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