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

List of all members

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

Detailed Description

Member Function Documentation

Pooling1dIndex getIndex ( )

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

Returns
Data structure representing the indices of the dimension on which one-dimensional pooling is performed
Pooling1dKernelSize getKernelSize ( )

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

Returns
Data structure representing the size of the 1D subtensor from which the element is computed
Pooling1dPadding getPadding ( )

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

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

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

Returns
Data structure representing the intervals on which the subtensors for one-dimensional pooling are selected
void setIndex ( Pooling1dIndex  sd)

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

Parameters
sdThe data structure representing the indices of the dimension on which one-dimensional pooling is performed
void setKernelSize ( Pooling1dKernelSize  ks)

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

Parameters
ksThe data structure representing the size of the 1D subtensor from which the element is computed
void setPadding ( Pooling1dPadding  pad)

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

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

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

Parameters
strThe data structure representing the intervals on which the subtensors for one-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.