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 1D subtensor on which one-dimensional pooling is performed. More...
Pooling1dPadding | ( | long | first | ) |
Constructs Padding with parameters
first | Number of data elements to add to the the first dimension of the 1D subtensor |
long [] getSize | ( | ) |
Gets the array of numbers of data elements to implicitly add to each size of the one-dimensional subtensor on which one-dimensional pooling is performed
void setSize | ( | long | first | ) |
Sets the array of numbers of data elements to implicitly add to each size of the one-dimensional subtensor on which one-dimensional pooling is performed
first | Number of data elements to add to the the first dimension of the 1D subtensor |
For more complete information about compiler optimizations, see our Optimization Notice.