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
mod dequantize;
mod qtensor;
mod quantize;

pub use dequantize::*;
pub use qtensor::*;
pub use quantize::*;