Data structure representing the number of data elements to implicitly add to each side of the 2D subtensor on which pooling is performed.
More...
| def __init__ |
( |
|
self, |
|
|
|
first = 2, |
|
|
|
second = 2 |
|
) |
| |
Constructs the structure representing the number of data elements to implicitly add to each side of the 2D subtensor on which pooling is performed
- Parameters
-
| first | Number of data elements to add to the the first dimension of the 2D subtensor |
| second | Number of data elements to add to the the second dimension of the 2D subtensor |
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/pooling2d/__init__.py