burn/crates/burn-tensor
Guillaume Lagrange e718243748
Fix clippy errors w/ new rust stable (#3325)
2025-06-27 07:54:26 -04:00
..
src Fix clippy errors w/ new rust stable (#3325) 2025-06-27 07:54:26 -04:00
Cargo.toml KaTeX for Mathematical expressions in docstrings (#3278) 2025-06-10 12:46:29 -04:00
LICENSE-APACHE Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
LICENSE-MIT Update licenses symlinks (#1613) 2024-04-12 14:43:58 -04:00
README.md Refactor/burn ir (#2796) 2025-02-11 14:29:14 -05:00
env.bash [refactor] Move burn crates to their own crates directory (#1336) 2024-02-20 13:57:55 -05:00

README.md

Burn Tensor

Burn Tensor Library

Current Crates.io Version license

This library provides the core abstractions required to run tensor operations with Burn.

Tensors are generic over the backend to allow users to perform operations using different Backend implementations. Burn's tensors also support support auto-differentiation thanks to the AutodiffBackend trait.