Home
last modified time | relevance | path

Searched refs:get_module_to_qat_module (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dqconfig_mapping_utils.py10 from torch.ao.quantization.backend_config.utils import get_module_to_qat_module
393 module_to_qat_module_class = get_module_to_qat_module(backend_config)
H A Dprepare.py24 get_module_to_qat_module,
2088 module_to_qat_module = get_module_to_qat_module(backend_config)
/aosp_15_r20/external/pytorch/torch/ao/quantization/backend_config/
H A Dutils.py90 def get_module_to_qat_module( function