> For the complete documentation index, see [llms.txt](https://squeezebits.gitbook.io/owlite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://squeezebits.gitbook.io/owlite/feature-reference/python-api.md).

# Python API

- [Init](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.owlite.init.md)
- [OwLite](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.owlite.owlite.md)
- [Convert](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.owlite.owlite/owlite.owlite.convert.md)
- [Export](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.owlite.owlite/owlite.owlite.export.md)
- [Benchmark](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.owlite.owlite/owlite.owlite.benchmark.md)
- [Log](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.owlite.owlite/owlite.owlite.log.md)
- [Quantization](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/quantization.md)
- [Fake INT Quantize](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/quantization/owlite.nn.functions.fake_quantize.md)
- [Fake FP Quantize](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/quantization/owlite.nn.functions.fake_fp_quantize.md)
- [FakeQuantizer](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/quantization/owlite.nn.modules.fake_quantizer.md)
- [Quantize Modules](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.modules.md)
- [QConv](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.modules/owlite.nn.modules.qconv.md)
- [QLinear](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.modules/owlite.nn.modules.qlinear.md)
- [QConvBN](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.modules/owlite.nn.modules.qconvbn.md)
- [Calibrate (PTQ)](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.calibrators.md)
- [Calibrator](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.calibrators/owlite.calib.calibrator.md)
- [MinMax Calibrator](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.calibrators/owlite.calib.minmax_calibrator.md)
- [Histogram Calibrator](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.calibrators/owlite.calib.histogram_calibrator.md)
- [MSE Calibrator](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.calibrators/owlite.calib.histogram_calibrator/owlite.calib.mse_calibrator.md)
- [Entropy Calibrator](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.calibrators/owlite.calib.histogram_calibrator/owlite.calib.entropy_calibrator.md)
- [Quantize Function (QAT)](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.functions.md)
- [STE](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.functions/owlite.nn.functions.ste.md)
- [CLQ](https://squeezebits.gitbook.io/owlite/feature-reference/python-api/owlite.nn.functions/owlite.nn.functions.clq.md)
