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

baseline_int_test

binary_quantized_elementwise_test

tuple_concat_test

MLA_BINARY_ELEMENTWISE_OPS

MLA_EXEMPT_FROM_BASELINE_CHECKS

Classes

QuantizedMLAChecker

The factory class for registering MLA IR checker for pre-quantized models.

Functions

test_mla(→ afe.backends.backend_checker.Decision)

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.