Files
Guillaume Lagrange 1e5c220db2 [Breaking] Use device settings to provide output dtype (#4653)
* 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
2026-03-23 08:49:17 -04:00
..

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.