The ChainRules 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. The core logic of ChainRules is implemented in ChainRulesCore.jl. To add ChainRules support to your package, by defining new rules or frules, you only need to depend on the very light-weight package ChainRulesCore.jl. This repository contains ChainRules.jl, which is what people actually use directly. ChainRules reexports all the ChainRulesCore functionality and has all the rules for the Julia standard library.
Features
- Mixed-mode composability without being coupled to a specific AD implementation
- Extensible rules
- Control-inverted design
- Propagation semantics built-in
- Package authors can add rules (and thus AD support) to the functions in their packages, without needing to make a PR to ChainRules.jl
- Default implementations that allow rule authors to easily opt-in to common optimizations (fusion, increment elision, memoization, etc.)
Categories
Data VisualizationLicense
MIT LicenseFollow ChainRules.jl
You Might Also Like
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of ChainRules.jl!