C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Paddings Struct Reference

Data structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which 2D locally connected is performed. More...

Class Declaration

Deprecated:
This item will be removed in a future release.

Constructor & Destructor Documentation

DAAL_DEPRECATED Paddings ( int  first,
int  second 
)
inline

Constructs the structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which 2D locally connected is performed

Parameters
[in]firstNumber of data elements to add to the the first dimension of the two-dimensional subtensor
[in]secondNumber of data elements to add to the the second dimension of the two-dimensional subtensor
Deprecated:
This item will be removed in a future release.

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

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