burn/burn-core
Guillaume Lagrange c603c68258
Fix chain pattern matching when multiple patterns are provided (#1273)
2024-02-07 16:51:48 -05:00
..
src Fix chain pattern matching when multiple patterns are provided (#1273) 2024-02-07 16:51:48 -05:00
tests Added tuple modules (#1186) 2024-01-29 17:56:31 -05:00
Cargo.toml Fix docs (#1229) 2024-02-01 14:50:38 -05:00
LICENSE-APACHE
LICENSE-MIT
README.md Chore/release (#1031) 2023-12-01 14:33:28 -05:00
assets

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.