Python* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 2
Data structure representing the indices of the two dimensions on which 2D convolution is performed. More...
Public Member Functions | |
def | __init__ |
Static Public Attributes | |
dims = ... | |
def __init__ | ( | self, | |
first, | |||
second | |||
) |
Constructs the structure representing the indices of the two dimensions on which 2D convolution is performed
first | The first dimension index |
second | The second dimension index |
|
static |
For more complete information about compiler optimizations, see our Optimization Notice.