Java* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 4
Data structure representing the intervals on which the subtensors for pooling are selected. More...
Pooling3dStrides | ( | long | first, |
long | second, | ||
long | third | ||
) |
Constructs Strides with parameters
first | The first interval on which the subtensors for pooling are selected |
second | The second interval on which the subtensors for pooling are selected |
third | The third interval on which the subtensors for pooling are selected |
long [] getSize | ( | ) |
Gets the array of intervals on which the subtensors for pooling are selected
void setSize | ( | long | first, |
long | second, | ||
long | third | ||
) |
Sets the array of intervals on which the subtensors for pooling are selected
first | The first interval on which the subtensors for pooling are selected |
second | The second interval on which the subtensors for pooling are selected |
third | The third interval on which the subtensors for pooling are selected |
For more complete information about compiler optimizations, see our Optimization Notice.