C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
Strides Struct Reference

Data structure representing the intervals on which the subtensors for pooling are computed. More...

Class Declaration

Constructor & Destructor Documentation

◆ Strides()

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

Constructs the structure representing the intervals on which the subtensors for pooling are computed

Parameters
[in]firstInterval over the first dimension on which the pooling is performed
[in]secondInterval over the second dimension on which the pooling is performed
[in]thirdInterval over the third dimension 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.