burn/burn-core
Nathaniel Simard 2c151a5570
Update module doc + add sponsors section (#267)
2023-04-02 17:37:01 -04:00
..
src Update module doc + add sponsors section (#267) 2023-04-02 17:37:01 -04:00
tests Feat/module record (#265) 2023-04-02 16:22:05 -04:00
Cargo.toml State serialization/deserialization overhaul (#247) 2023-03-23 11:02:46 -04:00
LICENSE-APACHE Refactor/burn core (#143) 2023-01-01 19:21:08 -05:00
LICENSE-MIT Refactor/burn core (#143) 2023-01-01 19:21:08 -05:00
README.md Make burn and burn-core packages no_std compatible (#168) (#173) 2023-02-25 09:38:01 -05:00
assets Refactor/burn core (#143) 2023-01-01 19:21:08 -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.