Home
last modified time | relevance | path

Searched refs:get_swapped_custom_module_class (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/quantization/
H A Dutils.py22 get_swapped_custom_module_class,
/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dconvert.py30 get_swapped_custom_module_class,
968 quantized_custom_module_class = get_swapped_custom_module_class(
H A Dprepare.py42 get_swapped_custom_module_class,
1437 observed_custom_module_class = get_swapped_custom_module_class(
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dutils.py228 def get_swapped_custom_module_class( function