burn-tensor 0.1.0

This library provides multiple tensor implementations hidden behind an easy to use API that supports reverse mode automatic differentiation.
1
2
3
4
5
pub mod converter;
pub mod grad;
pub mod node;
pub mod ops;
pub mod traversal;