Data structure representing the number of data elements to implicitly add to each side of the 2D subtensor on which pooling is performed.
More...
- Deprecated:
- This item will be removed in a future release.
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 |
- Deprecated:
- This item will be removed in a future release.
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/pooling2d/__init__.py