Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Data structure representing the intervals on which the subtensors for two-dimensional pooling are computed. More...
Pooling2dStrides | ( | long | first, |
long | second | ||
) |
Constructs Strides with parameters
first | Interval over the first dimension on which the two-dimensional pooling is performed |
second | Interval over the second dimension on which the two-dimensional pooling is performed |
long [] getSize | ( | ) |
Gets the array of intervals on which the subtensors for two-dimensional pooling are selected
void setSize | ( | long | first, |
long | second | ||
) |
Sets the array of intervals on which the subtensors for two-dimensional pooling are selected
first | Interval over the first dimension on which the two-dimensional pooling is performed |
second | Interval over the second dimension on which the two-dimensional pooling is performed |
For more complete information about compiler optimizations, see our Optimization Notice.