Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dqconfig.py85 class QConfig(namedtuple("QConfig", ["activation", "weight"])): class
538 def _assert_valid_qconfig(qconfig: Optional[QConfig], mod: torch.nn.Module) -> None:
673 def _activation_is_memoryless(qconfig: QConfig):
691 def _is_reuse_input_qconfig(qconfig: Optional[QConfig]):
H A Dqconfig_mapping.py176 default_qconfig: QConfig,
/aosp_15_r20/external/pytorch/docs/source/
H A Dquantization.rst663 QConfig subsection
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dqconfig_mapping_utils.py261 qconfig: QConfig, dtype_configs: List[DTypeConfig]
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py5775 qconfig: QConfig,
5842 def validate_qconfig(qconfig: QConfig, satisfies_constraints: bool):
5894 def validate_qconfig(qconfig: QConfig, satisfies_constraints: bool):