burn/crates/burn-core
Guillaume Lagrange f5a1eca3ce
Fix root-mean-square precision issue (#2193)
2024-08-23 11:56:26 -04:00
..
src Fix root-mean-square precision issue (#2193) 2024-08-23 11:56:26 -04:00
tests Feat/lazy init (#1539) 2024-04-02 10:13:35 -04:00
Cargo.toml Make compatible with thumbv6m-none-eabi + add raspberry pi pico example (#2096) 2024-08-23 07:39:39 -04:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00

README.md

Burn Core

This crate should be used with burn.

Current Crates.io Version license

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.