Home
last modified time | relevance | path

Searched refs:float_module_class (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dquantization_mappings.py239 float_module_class: Callable,
254 static_quant_module_class = all_mappings.get(float_module_class, None)
263 float_module_class: Callable,
274 dynamic_quant_module_class = all_mappings.get(float_module_class, None)
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py79 float_module_class, argument
86 self.conv = float_module_class(**extra_module_kwargs)
99 self.conv = float_module_class(**extra_module_kwargs)
274 self, float_module_class, quantized_module_class, extra_module_kwargs): argument
282 self.activation_op = float_module_class(**extra_module_kwargs)
/aosp_15_r20/external/pytorch/test/quantization/core/
H A Dtest_quantized_module.py1152 …def _test_activation_module_impl(self, name, float_module_class, quantized_module_class, extra_kwa… argument
1168 float_mod = float_module_class(**extra_kwargs).float()