C++ API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2

List of all members
KernelSizes Struct Reference

Data structure representing the size of the 2D subtensor from which the element is computed. More...

Class Declaration

Constructor & Destructor Documentation

◆ KernelSizes()

KernelSizes ( size_t  first = 2,
size_t  second = 2 
)
inline

Constructs the structure representing the size of the 2D subtensor from which the element is computed

Parameters
[in]firstSize of the first dimension of the 2D subtensor
[in]secondSize of the second dimension of the 2D subtensor

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

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