afe.backends.mla.quantized_mla_checkers
This file contains the QuantizedMLAChecker class and the check functions for all MLA supported IRs for pre-quantized models.
Attributes
Classes
The factory class for registering MLA IR checker for pre-quantized models. |
Functions
|
Module Contents
- 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.tuple_concat_test
- afe.backends.mla.quantized_mla_checkers.MLA_BINARY_ELEMENTWISE_OPS
- afe.backends.mla.quantized_mla_checkers.MLA_EXEMPT_FROM_BASELINE_CHECKS
- afe.backends.mla.quantized_mla_checkers.test_mla(args: afe.backends.ExprCheckInfo) afe.backends.backend_checker.Decision
- class afe.backends.mla.quantized_mla_checkers.QuantizedMLAChecker
The factory class for registering MLA IR checker for pre-quantized models.