Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
Data structure representing the intervals on which the kernel should be applied to the input. More...
Convolution2dStride | ( | long | first, |
long | second | ||
) |
Constructs Convolution2dStride with parameters
first | The first interval on which the kernel should be applied to the input |
second | The second interval on which the kernel should be applied to the input |
long [] getSize | ( | ) |
Gets the array of intervals on which the kernel should be applied to the input
void setSize | ( | long | first, |
long | second | ||
) |
Sets the array of intervals on which the kernel should be applied to the input
first | The first interval on which the kernel should be applied to the input |
second | The second interval on which the kernel should be applied to the input |
For more complete information about compiler optimizations, see our Optimization Notice.