Cargo Features
[dependencies]
burn-tch = { version = "0.17.0", default-features = false, features = ["std", "doc"] }
- default = std
-
The
std
feature is set by default wheneverburn-tch
is added without
somewhere in the dependency tree.default-features = false - std default
- doc
-
Enables doc-only of tch ^0.19.0
burn-tch has 3 features without comments.