Home
last modified time | relevance | path

Searched defs:QuantDtype (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dquantizer.py55 class QuantDtype(IntEnum): class
170 self, quant_dtype: QuantDtype, is_qat=False, act_observer=None
/aosp_15_r20/external/executorch/backends/qualcomm/tests/
H A Dutils.py386 quant_dtype: QuantDtype = QuantDtype.use_8a8w,
416 quant_dtype: QuantDtype = QuantDtype.use_8a8w,
/aosp_15_r20/external/executorch/examples/qualcomm/
H A Dutils.py227 quant_dtype: Optional[QuantDtype] = QuantDtype.use_8a8w,
251 quant_dtype: Optional[QuantDtype] = None,