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

List of all members

Data structure representing the indices of the three dimensions on which pooling is performed. More...

Class Declaration

Constructor & Destructor Documentation

Indices ( size_t  first = 0,
size_t  second = 1,
size_t  third = 2 
)
inline

Constructs the structure representing the indices of the three dimensions on which pooling is performed

Parameters
[in]firstThe first dimension index
[in]secondThe second dimension index
[in]thirdThe third dimension index

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

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