Home
last modified time | relevance | path

Searched refs:supported_config_and_operators (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/executorch/backends/arm/quantizer/
H A Darm_quantizer.py85 supported_config_and_operators: List[OperatorConfig] = []
92 supported_config_and_operators.append(
95 return copy.deepcopy(supported_config_and_operators)
257 supported_config_and_operators = _get_supported_config_and_operators() variable in ArmQuantizer
413 return cls.supported_config_and_operators
418 for spec, _ in cls.supported_config_and_operators:
428 for _, ops in cls.supported_config_and_operators:
432 for config, ops in cls.supported_config_and_operators:
/aosp_15_r20/external/pytorch/torch/ao/quantization/quantizer/
H A Dxnnpack_quantizer.py88 supported_config_and_operators: List[OperatorConfig] = []
97 supported_config_and_operators.append(
100 return copy.deepcopy(supported_config_and_operators)
239 supported_config_and_operators = _get_supported_config_and_operators() variable in XNNPACKQuantizer
281 spec for spec, _ in cls.supported_config_and_operators
291 for _, ops in cls.supported_config_and_operators:
295 for config, ops in cls.supported_config_and_operators:
436 return cls.supported_config_and_operators
H A Dx86_inductor_quantizer.py311 supported_config_and_operators: List[OperatorConfig] = []
317 supported_config_and_operators.append(
320 return copy.deepcopy(supported_config_and_operators)
436 supported_config_and_operators = _get_supported_config_and_operators() variable in X86InductorQuantizer
450 spec for spec, _ in cls.supported_config_and_operators
460 for _, ops in cls.supported_config_and_operators:
464 for config, ops in cls.supported_config_and_operators:
1625 return cls.supported_config_and_operators
H A Dembedding_quantizer.py38 supported_config_and_operators = OperatorConfig(
41 return copy.deepcopy(supported_config_and_operators)