Data structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
first = 2 , |
|
|
|
second = 2 , |
|
|
|
third = 2 |
|
) |
| |
Constructs the structure representing the number of data elements to implicitly add to each size of the three-dimensional subtensor on which pooling is performed
- Parameters
-
first | Number of data elements to add to the the first dimension of the three-dimensional subtensor |
second | Number of data elements to add to the the second dimension of the three-dimensional subtensor |
third | Number of data elements to add to the the third dimension of the three-dimensional 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/pooling3d/__init__.py