Home
last modified time | relevance | path

Searched defs:QuantizationSpec (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/executorch/backends/mediatek/quantizer/
H A Dqconfig.py30 self, activation_spec: QuantizationSpec, weight_spec: QuantizationSpec
/aosp_15_r20/external/executorch/backends/cadence/aot/quantizer/
H A Dquantizer.py114 spec: Optional[QuantizationSpec],
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dquantizer.py32 class QuantizationSpec(QuantizationSpecBase): class
/aosp_15_r20/external/executorch/backends/qualcomm/quantizer/
H A Dannotators.py187 node: torch.fx.Node, output_qspec: QuantizationSpec
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dprepare.py120 quant_spec: Union[QuantizationSpec, FixedQParamsQuantizationSpec]