Cargo Features
[dependencies]
burn-tch = { version = "0.20.0-pre.6", default-features = false, features = ["std", "doc"] }
- default = std
-
The
stdfeature is set by default wheneverburn-tchis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of burn-backend
- doc
burn-tch has 3 features without comments.