boostr 0.1.0

ML framework built on numr - attention, quantization, model architectures
Documentation
1
2
3
4
5
6
7
pub mod linear;
pub mod method;
pub mod tensor;

pub use linear::DecomposedQuantLinear;
pub use method::DecomposedQuantMethod;
pub use tensor::DecomposedQuantTensor;