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