Searched refs:_get_pattern_to_quantize_handlers (Results 1 – 5 of 5) sorted by relevance
8 from torch.ao.quantization.fx.quantize_handler import _get_pattern_to_quantize_handlers71 all_quant_patterns = _get_pattern_to_quantize_handlers(get_native_backend_config())
121 from torch.ao.quantization.fx.quantize_handler import _get_pattern_to_quantize_handlers909 patterns = _get_pattern_to_quantize_handlers(backend_config)1011 patterns = _get_pattern_to_quantize_handlers(backend_config)
141 def _get_pattern_to_quantize_handlers( function
62 _get_pattern_to_quantize_handlers,2076 pattern_to_quantize_handler = _get_pattern_to_quantize_handlers(backend_config)
94 from torch.ao.quantization.fx.quantize_handler import _get_pattern_to_quantize_handlers308 …for pattern, quantize_handler in _get_pattern_to_quantize_handlers(get_native_backend_config()).it…