mirror of https://github.com/tracel-ai/burn.git
2aef3805cc | ||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
assets |
README.md
Burn Core
This crate should be used with burn.
Feature Flags
This crate can be used without the standard library (#![no_std]
) with alloc
by disabling
the default std
feature.
std
- enables the standard library. Enabled by default.experimental-named-tensor
- enables experimental named tensor.