Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Data structure representing the number of data elements to implicitly add to each side of the 2D subtensor on which two-dimensional pooling is performed. More...
Pooling2dPaddings | ( | long | first, |
long | second | ||
) |
Constructs Paddings with parameters
first | Number of data elements to add to the the first dimension of the 2D subtensor |
second | Number of data elements to add to the the second dimension of the 2D subtensor |
long [] getSize | ( | ) |
Gets the array of numbers of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed
void setSize | ( | long | first, |
long | second | ||
) |
Sets the array of numbers of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed
first | Number of data elements to add to the the first dimension of the 2D subtensor |
second | Number of data elements to add to the the second dimension of the 2D subtensor |
For more complete information about compiler optimizations, see our Optimization Notice.