burn-backend 0.22.0-pre.3

Core backend interfaces and data structures for executing tensor operations in Burn.
Documentation
1
2
3
4
5
6
7
8
9
10
mod parameters;
mod scheme;

pub use parameters::*;
pub use scheme::*;

pub use burn_std::quantization::{
    BlockScale, BlockSize, Calibration, QuantMode, QuantPropagation, QuantScheme, QuantStore,
    QuantValue, QuantizedBytes, ScaleDtype, global_scale_dtype, quantizable, scale_to_dtype,
};