Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_quantize_pt2e.py1715 m_eager = TestHelperModules.EmbeddingConvLinearModule().eval()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py2871 class EmbeddingConvLinearModule(torch.nn.Module): class in TestHelperModules