Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/transforms/test/
H A Dtest_duplicate_dynamic_quant_chain.py104 TestHelperModules.TwoLinearModule().eval(),
182 TestHelperModules.TwoLinearModule().eval(),
/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_xnnpack_quantizer.py129 m_eager = TestHelperModules.TwoLinearModule().eval()
245 m_eager = TestHelperModules.TwoLinearModule().eval()
543 m_eager = TestHelperModules.TwoLinearModule().eval()
589 m_eager = TestHelperModules.TwoLinearModule().eval()
636 m_eager = TestHelperModules.TwoLinearModule().eval()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py2742 class TwoLinearModule(torch.nn.Module): class in TestHelperModules