burn-tensor 0.16.1

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

pub use base::*;
pub use device::*;

// Not needed for now, useful for different tensor memory layout
// pub mod conversion;