Class that specifies parameters of the two-dimensional pooling layer.
More...
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
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
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
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
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 |
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 |
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 |
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: