afe.backends.mla.quantized_mla_checkers ======================================= .. py:module:: afe.backends.mla.quantized_mla_checkers .. autoapi-nested-parse:: This file contains the QuantizedMLAChecker class and the check functions for all MLA supported IRs for pre-quantized models. Attributes ---------- .. autoapisummary:: afe.backends.mla.quantized_mla_checkers.baseline_int_test afe.backends.mla.quantized_mla_checkers.binary_quantized_elementwise_test afe.backends.mla.quantized_mla_checkers.MLA_BINARY_ELEMENTWISE_OPS afe.backends.mla.quantized_mla_checkers.MLA_EXEMPT_FROM_BASELINE_CHECKS Classes ------- .. autoapisummary:: afe.backends.mla.quantized_mla_checkers.QuantizedMLAChecker Functions --------- .. autoapisummary:: afe.backends.mla.quantized_mla_checkers.test_mla Module Contents --------------- .. py:data:: baseline_int_test .. py:data:: binary_quantized_elementwise_test .. py:data:: MLA_BINARY_ELEMENTWISE_OPS .. py:data:: MLA_EXEMPT_FROM_BASELINE_CHECKS .. py:function:: test_mla(args: afe.backends.ExprCheckInfo) -> afe.backends.backend_checker.Decision .. py:class:: QuantizedMLAChecker The factory class for registering MLA IR checker for pre-quantized models.