Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/mobile/model_test/
H A Dgen_test_model.py32 from quantization_ops import FusedQuantModule, GeneralQuantModule, StaticQuantModule
90 "general_quant_ops": GeneralQuantModule(),
H A Dquantization_ops.py5 class GeneralQuantModule(torch.nn.Module): class