Home
last modified time | relevance | path

Searched refs:_get_pattern_to_quantize_handlers (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/ns/fx/
H A Dpattern_utils.py8 from torch.ao.quantization.fx.quantize_handler import _get_pattern_to_quantize_handlers
71 all_quant_patterns = _get_pattern_to_quantize_handlers(get_native_backend_config())
/aosp_15_r20/external/pytorch/torch/ao/ns/
H A D_numeric_suite_fx.py121 from torch.ao.quantization.fx.quantize_handler import _get_pattern_to_quantize_handlers
909 patterns = _get_pattern_to_quantize_handlers(backend_config)
1011 patterns = _get_pattern_to_quantize_handlers(backend_config)
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dquantize_handler.py141 def _get_pattern_to_quantize_handlers( function
H A Dprepare.py62 _get_pattern_to_quantize_handlers,
2076 pattern_to_quantize_handler = _get_pattern_to_quantize_handlers(backend_config)
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_numeric_suite_fx.py94 from torch.ao.quantization.fx.quantize_handler import _get_pattern_to_quantize_handlers
308 …for pattern, quantize_handler in _get_pattern_to_quantize_handlers(get_native_backend_config()).it…