burn-tensor 0.22.0-pre.1

Tensor library with user-friendly APIs and automatic differentiation support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod autodiff;
mod base;
mod bool;
mod float;
mod int;
mod math;
mod numeric;
mod ordered;

pub(crate) use autodiff::*;
pub(crate) use base::*;
pub(crate) use math::*;
pub(crate) use numeric::*;
pub(crate) use ordered::*;