Class that specifies parameters of the one-dimensional pooling layer.
More...
◆ 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
◆ 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
◆ 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
◆ 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
◆ setIndex()
Sets the data structure representing the indices of the dimension on which one-dimensional pooling is performed
- Parameters
-
sd | The data structure representing the indices of the dimension on which one-dimensional pooling is performed |
◆ setKernelSize()
Sets the data structure representing the size of the 1D subtensor from which the element is computed
- Parameters
-
ks | The data structure representing the size of the 1D subtensor from which the element is computed |
◆ setPadding()
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
-
pad | 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 |
◆ setStride()
Sets the data structure representing the intervals on which the subtensors for one-dimensional pooling are selected
- Parameters
-
str | The 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: