pymllm.quantize.kai.w4a32 ========================= .. py:module:: pymllm.quantize.kai.w4a32 Classes ------- .. autoapisummary:: pymllm.quantize.kai.w4a32.W4A32KAIQuantizePass Module Contents --------------- .. py:class:: W4A32KAIQuantizePass Bases: :py:obj:`pymllm.quantize.quantize_pass.QuantizeBasePass` Helper class that provides a standard way to create an ABC using inheritance. .. py:method:: prepare(quantize_config, tensor_dict, **kwargs) .. py:method:: match(quantize_config, tensor_dict, **kwargs) .. py:method:: run(quantize_config, tensor_dict, **kwargs)