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

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[source]
afe.backends.mla.quantized_mla_checkers.binary_quantized_elementwise_test[source]
afe.backends.mla.quantized_mla_checkers.MLA_BINARY_ELEMENTWISE_OPS[source]
afe.backends.mla.quantized_mla_checkers.MLA_EXEMPT_FROM_BASELINE_CHECKS[source]
afe.backends.mla.quantized_mla_checkers.test_mla(args: afe.backends.ExprCheckInfo) afe.backends.backend_checker.Decision[source]
class afe.backends.mla.quantized_mla_checkers.QuantizedMLAChecker[source]

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