Cargo Features

[dependencies]
burn-tch = { version = "0.20.0-pre.6", default-features = false, features = ["std", "doc"] }
default = std

The std feature is set by default whenever burn-tch is added without default-features = false somewhere in the dependency tree.

std default

Enables std of burn-backend

doc

Enables doc-only of tch

burn-tch has 3 features without comments.