Skip to content

Commit

Permalink
Add Swift AutoDiff implementation overview. (tensorflow#248)
Browse files Browse the repository at this point in the history
Add Swift AutoDiff implementation overview (http://bit.ly/swift-autodiff-internals) by @dan-zheng and @bartchr808.
  • Loading branch information
rxwei authored Aug 25, 2019
1 parent b545b56 commit 0dffc74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ out the following documentation.
Document | Last Updated | Status |
-------- | ------------ | ------ |
[Swift Differentiable Programming Design Overview](https://docs.google.com/document/d/1bPepWLfRQa6CtXqKA8CDQ87uZHixNav-TFjLSisuKag/edit?usp=sharing) | June 2019 | Current
[Swift Differentiable Programming Implementation Overview](https://docs.google.com/document/d/1tgxHh7dxbpkQ8Y-LSs2IXAuMWPd8RrtJLkxA80qBRYc/edit?usp=sharing) | August 2019 | Current
[Differentiable Types](docs/DifferentiableTypes.md) | March 2019 | Outdated
[Differentiable Functions and Differentiation APIs](docs/DifferentiableFunctions.md) | March 2019 | Outdated
[Dynamic Property Iteration using Key Paths](docs/DynamicPropertyIteration.md) | March 2019 | Current
Expand Down

0 comments on commit 0dffc74

Please sign in to comment.