burn/crates/burn-core
Guillaume Lagrange 59d41bd4b2
Remove copy restriction for const generic modules (#2222)
2024-09-03 09:39:12 -04:00
..
src
tests
Cargo.toml
LICENSE-APACHE
LICENSE-MIT
README.md

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.