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

List of all members
ValueSizes Struct Reference

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

Class Declaration

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

Constructor & Destructor Documentation

DAAL_DEPRECATED 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
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.