ChainRulesOverloadGeneration.jl

Tools to help generate operator overloads based on ChainRules
Author JuliaDiff
Popularity
2 Stars
Updated Last
1 Year Ago
Started In
May 2021

ChainRulesOverloadGeneration

Build Status Coverage Code Style: Blue ColPrac: Contributor's Guide on Collaborative Practices for Community Packages DOI

Docs:

The ChainRulesOverloadGeneration package provides a suite of methods for using ChainRulesCore.jl rules in operator overloading AD systems. It tracks what rules are defined at any point in time, and lets you trigger functions to which can use @eval in order to define the matching operator overloads.