burn-tensor 0.19.1

Tensor library with user-friendly APIs and automatic differentiation support
Documentation

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 auto-differentiation thanks to the AutodiffBackend trait.