mirror of https://github.com/tracel-ai/burn.git
322480b744
* WIP * Impl backend decorator * WIP * WIP * WIP * WIP * WIP * WIP * Refactor * Handle graph single ops execution * WIP * Starting to get concrete * WIP * Fix locator * Implement add ops * Start implementing ops * Add more ops * Add more ops * More float ops * Almost finish float ops * Almost done with Int * Some fix * Into float * Implement bool ops * Almost done with MVP * Fix adaptive pooling * Add fusion as backend * Fix memory leak * Fix * WIP Doc * Doc all ops enum * Initial docs * Clippy * Clippy v2 * Fix typos * Fix doc * Fix feature flags * Add missing ops * Some cleanup * Revert u128 id * cosmetic fixes --------- Co-authored-by: louisfd <louisfd94@gmail.com> |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
assets |
README.md
Burn Core
This crate should be used with burn.
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.