burn/burn-core
louisfd cf7059aab8 clippy 2024-01-25 10:07:00 -05:00
..
src clippy 2024-01-25 10:07:00 -05:00
tests Feat/recorder/custom device (#1165) 2024-01-23 13:05:41 -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.