qdq\_utils ========== .. List the submodules .. Autodoc anything defined in the module itself TODO: WE DON'T USE THIS OPTION RIGHT NOW BUT WE CAN REACTIVATE IF WANTED We use :ignore-module-all: so sphinx does not document the same module twice, even if it is reimported For reimports that should be documented somewhere other than where they are defined, the re-imports __module__ should be manually overridden -- i.e. in the ``__init__.py`` which contains ``from xxx import YYY``, add in ``YYY.__module__ = __name__``. .. automodule:: modelopt.onnx.quantization.qdq_utils :members: :undoc-members: .. Also show members without docstrings. Only members from __all__ are considered as per conf.py .. Ideally we should add docstrings for these members. .. Overview table of available classes in the module .. Overview table of available functions in the module .. rubric:: Functions .. autosummary:: :nosignatures: fp4qdq_to_2dq insert_dq_nodes insert_pre_quant_scale_nodes insert_qdq_nodes make_gs_awq_scale make_gs_dequantize_node make_gs_dequantize_output make_gs_pre_quant_scale_node make_gs_pre_quant_scale_output make_gs_quantize_node make_gs_quantize_output make_gs_quantized_weight make_gs_scale make_gs_zp qdq_to_dq replace_fp4qdq_with_2dq replace_scale_values use_trt_qdq_ops