Java* API Reference for Intel® Data Analytics Acceleration Library 2019
Data structure representing the intervals on which the kernel should be applied to the input. More...
| LocallyConnected2dStrides | ( | long | first, |
| long | second | ||
| ) |
Constructs LocallyConnected2dStrides 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.