burn/burn-core
Nathaniel Simard ab1b5890f5
Chore/release (#1031)
2023-12-01 14:33:28 -05:00
..
src Chore/release (#1031) 2023-12-01 14:33:28 -05:00
tests Fix/constant tensors (#984) 2023-11-21 15:27:28 -06:00
Cargo.toml Chore/release (#1031) 2023-12-01 14:33:28 -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.