mirror of https://github.com/tracel-ai/burn.git
![]() |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
env.bash |
README.md
Burn Tensor
Burn Tensor Library
This library provides the core abstractions required to run tensor operations with Burn.
Tensor
s 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.