Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Data structure representing the indices of the dimension on which two-dimensional pooling is performed. More...
Pooling2dIndices | ( | long | first, |
long | second | ||
) |
Constructs Indices with parameters
first | The first dimension index |
second | The second dimension index |
long [] getSize | ( | ) |
Gets the array of indices of the dimension on which two-dimensional pooling is performed
void setSize | ( | long | first, |
long | second | ||
) |
Sets the array of indices of the dimension on which two-dimensional pooling is performed
first | The first dimension index |
second | The second dimension index |
For more complete information about compiler optimizations, see our Optimization Notice.