Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 3
Class that specifies parameters of the two-dimensional spatial pooling layer. More...
SpatialPooling2dIndices getIndices | ( | ) |
Gets the data structure representing the indices of the dimension on which two-dimensional pooling is performed
long getPyramidHeight | ( | ) |
Returns pyramidHeight for multinomial distribution random number generator
void setIndices | ( | SpatialPooling2dIndices | sd | ) |
Sets the data structure representing the indices of the dimension on which two-dimensional pooling is performed
sd | The data structure representing the indices of the dimension on which two-dimensional pooling is performed |
void setPyramidHeight | ( | long | pyramidHeight | ) |
Sets the pyramidHeight for multinomial distribution random number generator
pyramidHeight | PyramidHeight for multinomial distribution random number generator |
For more complete information about compiler optimizations, see our Optimization Notice.