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