Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Data structure representing the dimension for convolution kernels. More...
Pooling3dIndices | ( | long | first, |
long | second, | ||
long | third | ||
) |
Constructs Indices with parameters
first | The first dimension for convolution kernels |
second | The second dimension for convolution kernels |
third | The third dimension for convolution kernels |
long [] getSize | ( | ) |
Gets the array of dimensions for convolution kernels
void setSize | ( | long | first, |
long | second, | ||
long | third | ||
) |
Sets the array of dimensions for convolution kernels
first | The first dimension for convolution kernels |
second | The second dimension for convolution kernels |
third | The third dimension for convolution kernels |
For more complete information about compiler optimizations, see our Optimization Notice.