Home
last modified time | relevance | path

Searched refs:CustomModuleQuantizeHandler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/quantization/fx/
H A Dquantization_patterns.py15 CustomModuleQuantizeHandler,
40 CustomModuleQuantizeHandler.__module__ = (
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dquantize_handler.py219 class CustomModuleQuantizeHandler(QuantizeHandler): class