burn/burn-core
Louis Fortier-Dubois fd88398ce4
feat/Xavier glorot (#394)
2023-06-11 09:54:44 -04:00
..
src feat/Xavier glorot (#394) 2023-06-11 09:54:44 -04:00
tests Fix deserializer array of constant (#354) 2023-05-19 12:01:59 -04:00
Cargo.toml Bump version to the next minor to indicate dev (#344) 2023-05-10 18:02:08 -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.