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 2D convolution are selected. More...

Class Declaration

Constructor & Destructor Documentation

◆ Strides()

Strides ( size_t  first,
size_t  second 
)
inline

Constructs the structure representing the intervals on which the subtensors for 2D convolution are selected

Parameters
[in]firstInterval over the first dimension on which the 2D convolution is performed
[in]secondInterval over the second dimension on which the 2D convolution is performed

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

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