Home
last modified time | relevance | path

Searched refs:OperatorPatternType (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/arm/quantizer/quantization_annotation/
H A D__init__.py16 OperatorPatternType = List[Callable] variable
17 OperatorPatternType.__module__ = "executorch.backends.arm.quantizer.arm_quantizer_utils"
30 operators: List[OperatorPatternType]
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dembedding_quantizer.py17 OperatorPatternType,
36 ops: List[OperatorPatternType] = [[torch.nn.Embedding]]
58 ) -> List[OperatorPatternType]:
H A Dxnnpack_quantizer.py29 OperatorPatternType,
67 def _supported_symmetric_quantized_operators() -> Dict[str, List[OperatorPatternType]]:
68 supported_operators: Dict[str, List[OperatorPatternType]] = {
288 ) -> List[OperatorPatternType]:
H A Dx86_inductor_quantizer.py49 OperatorPatternType,
281 def _supported_quantized_operators() -> Dict[str, List[OperatorPatternType]]:
283 supported_operators: Dict[str, List[OperatorPatternType]] = {
457 ) -> List[OperatorPatternType]:
H A Dxnnpack_quantizer_utils.py60 OperatorPatternType = List[Callable] variable
61 OperatorPatternType.__module__ = (
93 operators: List[OperatorPatternType]
/aosp_15_r20/external/executorch/backends/arm/quantizer/
H A Darm_quantizer.py32 OperatorPatternType,
61 def _supported_symmetric_quantized_operators() -> Dict[str, List[OperatorPatternType]]:
62 supported_operators: Dict[str, List[OperatorPatternType]] = {
425 ) -> List[OperatorPatternType]: