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

paddingIndex documentation for TransposedConv2D #561

Merged
merged 1 commit into from
Nov 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Sources/TensorFlow/Layers/Convolutional.swift
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ public struct TransposedConv2D<Scalar: TensorFlowFloatingPoint>: Layer {
@noDerivative public let strides: (Int, Int)
/// The padding algorithm for convolution.
@noDerivative public let padding: Padding
/// The paddingIndex property allows us to handle computation based on padding.
@noDerivative public let paddingIndex: Int

/// The element-wise activation function type.
Expand Down