.. _model_sdk_api_reference: ModelSDK APIs ############# The Modal SDK supports Post Training Quantization, Quantization Aware Training and Model Graph Surgery through the following APIs. .. grid:: 2 :gutter: 1 .. grid-item:: .. grid:: 1 1 1 1 :gutter: 1 .. grid-item-card:: **Post Training Quantization (PTQ)** Available through the :mod:`afe.apis.loaded_net`, :mod:`afe.apis.defines` and :mod:`afe.apis.model` module from the ``afe`` package. .. grid-item-card:: **Quantization Aware Training (QAT)** Available through the :mod:`sima_qat.qat_api` module. .. grid-item-card:: **Graph Surgery APIs** Available through the :mod:`onnx_helpers` package. .. toctree:: :maxdepth: 2 :hidden: python-autoapi/afe/apis/model/index.rst python-autoapi/afe/apis/loaded_net/index.rst python-autoapi/afe/load/index.rst python-autoapi/afe/apis/defines/index.rst python-autoapi/sima_qat/qat_api/index.rst python-autoapi/onnx_helpers/index.rst