mirror of https://github.com/tracel-ai/burn.git
c0211e2f94
* Add QuantizationBackend, QTensorOps and QTensor * Refactor QTensorOps as part of Backend trait * Add tensor dequantize, QFloat dtype and default affine/symmetric quant * Add ndarray default quantization implementation * Fix clippy * Add rayon parallel iter * Add quantization operations to book * Add q_shape and q_device ops to avoid converting the tensor just to get attributes * Implement autodiff grad ops * Mark autodiff todo for QAT * Remove note * Add q_inner and q_from_inner |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
Burn Common
The burn-common
package hosts code that must be shared between burn packages (with std
or
no_std
enabled). No other code should be placed in this package unless unavoidable.
The package must build with cargo build --no-default-features
as well.