Java* API Reference for Intel® Data Analytics Acceleration Library 2019

List of all members

Data structure representing the intervals on which the subtensors for two-dimensional pooling are computed. More...

Class Constructor

Pooling2dStrides ( long  first,
long  second 
)

Constructs Strides with parameters

Parameters
firstInterval over the first dimension on which the two-dimensional pooling is performed
secondInterval over the second dimension on which the two-dimensional pooling is performed

Detailed Description

Member Function Documentation

long [] getSize ( )

Gets the array of intervals on which the subtensors for two-dimensional pooling are selected

Returns
Array of intervals on which the subtensors for two-dimensional pooling are selected
void setSize ( long  first,
long  second 
)

Sets the array of intervals on which the subtensors for two-dimensional pooling are selected

Parameters
firstInterval over the first dimension on which the two-dimensional pooling is performed
secondInterval over the second dimension on which the two-dimensional pooling is performed

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.