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