Class that specifies parameters of the pooling layer.
More...
Gets the data structure representing the dimension for convolution kernels
- Returns
- Data structure representing the dimension for convolution kernels
Gets the data structure representing the sizes of the three-dimensional kernel subtensor
- Returns
- Data structure representing the sizes of the three-dimensional kernel subtensor
Gets the data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
- Returns
- Data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
Gets the data structure representing the intervals on which the subtensors for pooling are selected
- Returns
- Data structure representing the intervals on which the subtensors for pooling are selected
Sets the data structure representing the dimension for convolution kernels
- Parameters
-
sd | The data structure representing the dimension for convolution kernels |
Sets the data structure representing the sizes of the three-dimensional kernel subtensor
- Parameters
-
ks | The data structure representing the sizes of the three-dimensional kernel subtensor |
Sets the data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
- Parameters
-
pad | The data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed |
Sets the data structure representing the intervals on which the subtensors for pooling are selected
- Parameters
-
str | The data structure representing the intervals on which the subtensors for pooling are selected |
The documentation for this class was generated from the following file: