burn-tensor 0.20.1

Tensor library with user-friendly APIs and automatic differentiation support
Documentation
1
2
3
4
5
6
7
mod base;
mod dims;
mod matmul;
mod swap_dims;

pub use base::*;
pub use dims::*;