Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_xnnpack_quantizer.py232 TestHelperModules.Conv2dWithTwoLinearPermute(),
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py2707 class Conv2dWithTwoLinearPermute(torch.nn.Module): class in TestHelperModules