burn-tch 0.9.0

Tch backend for the Burn framework
1
2
3
4
5
6
7
8
mod activation;
mod base;
mod bool_tensor;
mod int_tensor;
mod module;
mod tensor;

pub(crate) use base::*;