Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Data structure representing the size of the three-dimensional subtensor. More...
Pooling3dKernelSizes | ( | long | first, |
long | second, | ||
long | third | ||
) |
Constructs KernelSizes with parameters
first | Size of the first dimension of the three-dimensional subtensor |
second | Size of the second dimension of the three-dimensional subtensor |
third | Size of the third dimension of the three-dimensional subtensor |
long [] getSize | ( | ) |
Gets the array of sizes of the three-dimensional kernel subtensor
void setSize | ( | long | first, |
long | second, | ||
long | third | ||
) |
Sets the the array of sizes of the three-dimensional kernel subtensor
first | Size of the first dimension of the three-dimensional subtensor |
second | Size of the second dimension of the three-dimensional subtensor |
third | Size of the third dimension of the three-dimensional subtensor |
For more complete information about compiler optimizations, see our Optimization Notice.