Data structure representing the size of the 3D subtensor from which the element is computed.
More...
| def __init__ |
( |
|
self, |
|
|
|
first = 2, |
|
|
|
second = 2, |
|
|
|
third = 2 |
|
) |
| |
Constructs the structure representing the size of the 3D subtensor from which the element is computed
- Parameters
-
| first | Size of the first dimension of the 3D subtensor |
| second | Size of the second dimension of the 3D subtensor |
| third | Size of the third dimension of the 3D subtensor |
The documentation for this class was generated from the following file:
- algorithms/neural_networks/layers/pooling3d/__init__.py