burn-jit 0.16.1

Generic backend that can be compiled just-in-time to any shader language target
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod activation_ops;
mod bool_ops;
mod float_ops;
mod int_ops;
mod module_ops;
mod qtensor;
mod transaction;

pub(crate) mod base;
pub(crate) use base::*;

pub(crate) mod numeric;