Skip to content

Commit aa4fd59

Browse files
authored
[AutoDiff] Remove CotangentVector, after deprecation. (#26829)
`CotangentVector` was deprecated in #24825 and the deprecation was released as part of Swift for TensorFlow v0.4. Now it's time to remove it.
2 parents daa67ca + 2df9c1b commit aa4fd59

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stdlib/public/core/AutoDiff.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,6 @@ public protocol Differentiable {
179179
@available(*, deprecated,
180180
message: "'AllDifferentiableVariables' is now equal to 'Self' and will be removed")
181181
typealias AllDifferentiableVariables = Self
182-
183-
@available(*, deprecated,
184-
message: "'CotangentVector' is now equal to 'TangentVector' and will be removed")
185-
typealias CotangentVector = TangentVector
186182
}
187183

188184
public extension Differentiable {

0 commit comments

Comments
 (0)