burn/burn-core
syl20bnr 2aef3805cc Bump version to 0.12.2 2024-02-01 16:48:47 -05:00
..
src Fix problems with batch norm on LibTorch backend (#1226) 2024-02-01 15:10:34 -05:00
tests Added tuple modules (#1186) 2024-01-29 17:56:31 -05:00
Cargo.toml Bump version to 0.12.2 2024-02-01 16:48:47 -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.