burn/burn-core
Dilshod Tadjibaev 44266d5fd4
Make all struct CamelCase (#1316)
2024-02-15 13:00:37 -06:00
..
src Make all struct CamelCase (#1316) 2024-02-15 13:00:37 -06:00
tests Added tuple modules (#1186) 2024-01-29 17:56:31 -05:00
Cargo.toml Add `burn::data::network::downloader` (#1283) 2024-02-10 11:54:33 -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.