https://github.com/oschulz/forwarddiffpullbacks.jl
ChainRulesCore compatible pullbacks using ForwardDiff
https://github.com/oschulz/forwarddiffpullbacks.jl
Last synced: 4 months ago
JSON representation
ChainRulesCore compatible pullbacks using ForwardDiff
- Host: GitHub
- URL: https://github.com/oschulz/forwarddiffpullbacks.jl
- Owner: oschulz
- License: other
- Created: 2021-05-12T08:50:35.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-08-12T09:23:33.000Z (11 months ago)
- Last Synced: 2025-10-06T00:51:46.482Z (9 months ago)
- Language: Julia
- Homepage:
- Size: 826 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ForwardDiffPullbacks.jl
[](https://oschulz.github.io/ForwardDiffPullbacks.jl/stable)
[](https://oschulz.github.io/ForwardDiffPullbacks.jl/dev)
[](LICENSE.md)
[](https://github.com/oschulz/ForwardDiffPullbacks.jl/actions/workflows/CI.yml)
[](https://codecov.io/gh/oschulz/ForwardDiffPullbacks.jl)
ForwardDiffPullbacks implements pullbacks compatible with
[ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl) that are calculated via
[ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl).
See the documentation for details.
## Documentation
* [Documentation for stable version](https://oschulz.github.io/ForwardDiffPullbacks.jl/stable)
* [Documentation for development version](https://oschulz.github.io/ForwardDiffPullbacks.jl/dev)