burn-tensor 0.22.0-pre.1

Tensor library with user-friendly APIs and automatic differentiation support
Documentation
1
2
3
4
5
mod kind;
mod ops;

pub use kind::*;
pub(crate) use ops::*;