We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6003b1 commit 66a32d9Copy full SHA for 66a32d9
src/dim_helpers.jl
@@ -23,7 +23,7 @@ end
23
transpose_pad(cdims::ConvDims)
24
25
Transposed convolution can be calculated in terms of typical convolution with some extra
26
-padding. This method computes the `ConvDims` of the convolution that would result in the
+padding. This method computes the padding of the convolution that would result in the
27
transposed convolution of two operands, in essence taking care of that "extra padding".
28
Note that this method should almost always be accompanied by a call that predilates one
29
of the operands.
0 commit comments