Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/docs/source/
H A Dquantization.rst1010 class StaticQuantCustomModule(torch.nn.Module):
1039 ObservedCustomModule: StaticQuantCustomModule
1063 ObservedCustomModule: StaticQuantCustomModule,
/aosp_15_r20/external/pytorch/test/quantization/fx/
H A Dtest_quantize_fx.py3164 class StaticQuantCustomModule(torch.nn.Module): class
3231 "static": (default_qconfig, StaticQuantCustomModule, 3),
3232 "static_a16": (a16_qconfig, StaticQuantCustomModule, 3),
3334 class StaticQuantCustomModule(torch.nn.Module): class
3372 ObservedCustomModule: StaticQuantCustomModule
3418 class StaticQuantCustomModule(torch.nn.Module): class
3455 ObservedCustomModule: StaticQuantCustomModule