burn/burn-core
Louis Fortier-Dubois ab67b6b036
slice assign in candle (#1095)
2024-01-08 16:41:34 -05:00
..
src Remove _devauto fuctions (#518) (#1110) 2024-01-06 13:36:34 -05:00
tests Remove _devauto fuctions (#518) (#1110) 2024-01-06 13:36:34 -05:00
Cargo.toml slice assign in candle (#1095) 2024-01-08 16:41:34 -05: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 Chore/release (#1031) 2023-12-01 14:33:28 -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.