Cargo Features
[dependencies]
burn-autodiff = { version = "0.20.0", default-features = false, features = ["std", "export_tests", "tracing"] }
- default = std, tracing
-
These default features are set whenever
burn-autodiffis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables parking_lot
- export_tests
-
check checkpointer is_empty in tests
- tracing default
-
Enables tracing, tracing of burn-backend and burn-std