Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Data structure representing the size of the 2D subtensor from which the element is computed. More...
Pooling2dKernelSizes | ( | long | first, |
long | second | ||
) |
Constructs KernelSizes with parameters
first | Size of the first dimension of the 2D subtensor |
second | Size of the second dimension of the 2D subtensor |
long [] getSize | ( | ) |
Gets the array of sizes of the 2D subtensor from which the element is computed
void setSize | ( | long | first, |
long | second | ||
) |
Sets the the array of sizes of the 2D subtensor from which the element is computed
first | Size of the first dimension of the 2D subtensor |
second | Size of the second dimension of the 2D subtensor |
For more complete information about compiler optimizations, see our Optimization Notice.