You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The AbstractChainRules package provides a variety of common utilities that can be used by downstream automatic differentiation (AD) tools to define and execute forward-, reverse-, and mixed-mode primitives.
7
+
The ChainRulesCore package provides a variety of common utilities that can be used by downstream automatic differentiation (AD) tools to define and execute forward-, reverse-, and mixed-mode primitives.
8
8
9
9
This package is a WIP; the framework is essentially there, but there are a bunch of TODOs, virtually no tests, etc. PRs welcome! Documentation is incoming, which should help if you'd like to contribute.
10
10
@@ -18,4 +18,4 @@ Here are some of the basic goals for the package:
18
18
19
19
- Control-inverted design: rule authors can fully specify derivatives in a concise manner while naturally allowing the caller to compute only what they need.
20
20
21
-
The AbstractChainRules source code follows the [YASGuide](https://github.com/jrevels/YASGuide).
21
+
The ChainRulesCore source code follows the [YASGuide](https://github.com/jrevels/YASGuide).
0 commit comments