Skip to content

Commit 040ac4b

Browse files
Merge pull request swiftlang#34945 from texasmichelle/main_links
Change tensorflow link to point to `main`
2 parents ab71104 + 5598283 commit 040ac4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DifferentiableProgramming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1885,7 +1885,7 @@ Since complex numbers are not yet defined in the standard library, we extended
18851885
the complex number type defined in the
18861886
[NumericAnnex](https://github.com/xwu/NumericAnnex) library to be
18871887
differentiable.
1888-
[The full implementation is here](https://github.com/tensorflow/swift-apis/blob/master/Sources/third_party/Experimental/Complex.swift).
1888+
[The full implementation is here](https://github.com/tensorflow/swift-apis/blob/main/Sources/third_party/Experimental/Complex.swift).
18891889
The implementation adopts the
18901890
[Autograd convention](https://github.com/HIPS/autograd/blob/master/docs/tutorial.md#complex-numbers)
18911891
for derivatives of functions with complex arguments or results, so that we can

0 commit comments

Comments
 (0)