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-autodiff is added without default-features = false somewhere in the dependency tree.

std default

Enables parking_lot

export_tests

check checkpointer is_empty in tests

tracing default

Enables tracing, tracing of burn-backend and burn-std