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

List of all members

Data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed. More...

Class Declaration

Constructor & Destructor Documentation

Paddings ( size_t  first = 2,
size_t  second = 2,
size_t  third = 2 
)
inline

Constructs the structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed

Parameters
[in]firstNumber of data elements to add to the the first dimension of the three-dimensional subtensor
[in]secondNumber of data elements to add to the the second dimension of the three-dimensional subtensor
[in]thirdNumber of data elements to add to the the third dimension of the three-dimensional subtensor

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

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