Re-exports§
pub use autodiff::*;pub use diffable::*;pub use compose::*;pub use autodiffable::*;pub use autotuple::*;pub use func_traits::*;pub use traits::*;pub use forward::*;pub use gradienttype::*;
Modules§
Derive Macros§
- Func
Compose - derive proc macro to generate the following:
- Simple
Forward Diffable - implement a default ForwardDiffable with trait bounds as the following: