mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-22 04:27:33 +00:00
![]() Split `autodiff` into `autodiff_forward` and `autodiff_reverse` This PR splits `#[autodiff]` macro so `#[autodiff(df, Reverse, args)]` would become `#[autodiff_reverse(df, args)]` and `#[autodiff(df, Forward, args)]` would become `#[autodiff_forwad(df, args)]`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
messages.ftl |