Java* API Reference for Intel® Data Analytics Acceleration Library 2018 Update 1

List of all members

Class that specifies parameters of the two-dimensional pooling layer. More...

Detailed Description

Member Function Documentation

Pooling2dIndices getIndices ( )

Gets the data structure representing the indices of the dimension on which two-dimensional pooling is performed

Returns
Data structure representing the indices of the dimension on which two-dimensional pooling is performed
Pooling2dKernelSizes getKernelSizes ( )

Gets the data structure representing the size of the 2D subtensor from which the element is computed

Returns
Data structure representing the size of the 2D subtensor from which the element is computed
Pooling2dPaddings getPaddings ( )

Gets the structure representing the number of data elements to implicitly add to each side of the 2D subtensor on which two-dimensional pooling is performed

Returns
Data structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed
Pooling2dStrides getStrides ( )

Gets the data structure representing the intervals on which the subtensors for two-dimensional pooling are computed

Returns
Data structure representing the intervals on which the subtensors for two-dimensional pooling are selected
void setIndices ( Pooling2dIndices  sd)

Sets the data structure representing the indices of the dimension on which two-dimensional pooling is performed

Parameters
sdThe data structure representing the indices of the dimension on which two-dimensional pooling is performed
void setKernelSizes ( Pooling2dKernelSizes  ks)

Sets the data structure representing the size of the 2D subtensor from which the element is computed

Parameters
ksThe data structure representing the size of the 2D subtensor from which the element is computed
void setPaddings ( Pooling2dPaddings  pad)

Sets the data structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed

Parameters
padThe data structure representing the number of data elements to implicitly add to each size of the two-dimensional subtensor on which two-dimensional pooling is performed
void setStrides ( Pooling2dStrides  str)

Sets the data structure representing the intervals on which the subtensors for two-dimensional pooling are selected

Parameters
strThe data structure representing the intervals on which the subtensors for two-dimensional pooling are selected

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

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