mirror of
https://github.com/tracel-ai/burn.git
synced 2026-05-31 19:49:48 +09:00
* Use device settings to provide output dtype * Fix bool scalar * Use thread_local + switch to once lock w/ already initialized error * Fix doc * Fix typo * Fix no-std * Update docs * Use resolved device settings instead * Fix default bool * Remove print
Burn Standard Library
burn-std provides the core types and utilities shared across the Burn ecosystem.
It includes foundational definitions for shapes, indexing, and data types.
This crate supports both std and no_std environments and must compile with
cargo build --no-default-features as well.