An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# ForwardDiffPullbacks.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/ForwardDiffPullbacks.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/ForwardDiffPullbacks.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/ForwardDiffPullbacks.jl/workflows/CI/badge.svg)](https://github.com/oschulz/ForwardDiffPullbacks.jl/actions/workflows/CI.yml)
[![Codecov](https://codecov.io/gh/oschulz/ForwardDiffPullbacks.jl/branch/main/graph/badge.svg)](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)