Data structure representing the indices of the three dimensions on which pooling is performed.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
first = 0 , |
|
|
|
second = 1 , |
|
|
|
third = 2 |
|
) |
| |
Constructs the structure representing the indices of the three dimensions on which pooling is performed
- Parameters
-
first | The first dimension index |
second | The second dimension index |
third | The third dimension index |
- 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