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