Home
last modified time | relevance | path

Searched defs:FakeQuantizeBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/ao/quantization/fx/
H A Dutils.py828 activation_post_process: Union[ObserverBase, FakeQuantizeBase], argument
861 activation_post_process: Union[ObserverBase, FakeQuantizeBase], argument
/aosp_15_r20/external/pytorch/torch/ao/quantization/
H A Dfake_quantize.py72 class FakeQuantizeBase(ABC, Module): class