Data structure representing the indices of the two dimensions on which 2D transposed convolution is performed.
More...
- Deprecated:
- This item will be removed in a future release.
def __init__ |
( |
|
self, |
|
|
|
first, |
|
|
|
second |
|
) |
| |
Constructs the structure representing the indices of the two dimensions on which 2D transposed convolution is performed
- Parameters
-
first | The first dimension index |
second | The second 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/transposed_conv2d/__init__.py