Skip to content
This repository was archived by the owner on Jul 1, 2023. It is now read-only.

Commit f24d1a2

Browse files
Shashi456Eugene Burmako
authored andcommitted
paddingIndex documentation for TransposedConv2D (#561)
1 parent fb747d0 commit f24d1a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/TensorFlow/Layers/Convolutional.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ public struct TransposedConv2D<Scalar: TensorFlowFloatingPoint>: Layer {
462462
@noDerivative public let strides: (Int, Int)
463463
/// The padding algorithm for convolution.
464464
@noDerivative public let padding: Padding
465+
/// The paddingIndex property allows us to handle computation based on padding.
465466
@noDerivative public let paddingIndex: Int
466467

467468
/// The element-wise activation function type.

0 commit comments

Comments
 (0)