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

List of all members

Data structure representing the value sizes of the two dimensions on which 2D transposed convolution is performed. More...

Class Declaration

Constructor & Destructor Documentation

ValueSizes ( size_t  first,
size_t  second 
)
inline

Constructs the structure representing the value sizes of the two dimensions on which 2D transposed convolution is performed

Parameters
[in]firstThe size of first Indices dimension of value tensor
[in]secondThe size of second Indices dimension of value tensor

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

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