Class that specifies parameters of the pooling layer.
More...
◆ getIndices()
Gets the data structure representing the dimension for convolution kernels
- Returns
- Data structure representing the dimension for convolution kernels
◆ getKernelSizes()
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
◆ getPaddings()
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
◆ getStrides()
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
◆ setIndices()
Sets the data structure representing the dimension for convolution kernels
- Parameters
-
sd | The data structure representing the dimension for convolution kernels |
◆ setKernelSizes()
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 |
◆ setPaddings()
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 |
◆ setStrides()
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: