Searched refs:_get_module_name_regex_qconfig (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/ |
H A D | qconfig_mapping_utils.py | 313 def _get_module_name_regex_qconfig(qconfig_mapping, module_name, fallback_qconfig): function 341 module_name_regex_qconfig = _get_module_name_regex_qconfig(
|
/aosp_15_r20/external/pytorch/test/quantization/fx/ |
H A D | test_quantize_fx.py | 107 _get_module_name_regex_qconfig, 2470 … self.assertEqual(_get_module_name_regex_qconfig(qconfig_mapping, "foo123bar", None), qconfig3) 2471 self.assertEqual(_get_module_name_regex_qconfig(qconfig_mapping, "foobar", None), qconfig3) 2472 self.assertEqual(_get_module_name_regex_qconfig(qconfig_mapping, "foobaz", None), qconfig2) 2473 self.assertEqual(_get_module_name_regex_qconfig(qconfig_mapping, "foo", None), qconfig2) 2474 self.assertEqual(_get_module_name_regex_qconfig(qconfig_mapping, "nomatch", None), None)
|