Home
last modified time | relevance | path

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

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