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

List of all members

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

Class Declaration

Constructor & Destructor Documentation

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 transposed convolution 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

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

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