burn/burn-core
louisfd 07e3fb3511 benchmarks 2023-12-19 14:15:46 -05:00
..
src benchmarks 2023-12-19 14:15:46 -05:00
tests ci/Add Windows pipeline (#925) 2023-12-14 18:48:59 -05:00
Cargo.toml chore(infra): Share some properties across workspace (#1039) 2023-12-12 09:39:07 -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.