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