Home
last modified time | relevance | path

Searched refs:EmbeddingModule (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/executorch/backends/vulkan/test/
H A Dtest_vulkan_delegate.py1616 class EmbeddingModule(torch.nn.Module): class
1625 EmbeddingModule(torch.nn.Embedding(5, 4)),
1631 class EmbeddingModule(torch.nn.Module): class
1640 EmbeddingModule(torch.nn.Embedding(5, 4)),
1646 class EmbeddingModule(torch.nn.Module): class
1655 EmbeddingModule(torch.nn.Embedding(5, 4)),
/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_pytorch_onnx_no_runtime.py670 class EmbeddingModule(torch.nn.Module): class
687 EmbeddingModule().eval(),
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py47 EmbeddingModule,
771 model = EmbeddingModule().eval()
/aosp_15_r20/external/executorch/backends/apple/mps/test/
H A Dtest_mps.py2480 class EmbeddingModule(torch.nn.Module): class
2491 EmbeddingModule(), model_inputs, func_name=inspect.stack()[0].function[5:]
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_quantization.py2590 class EmbeddingModule(torch.nn.Module): class
2863 class EmbeddingModule(torch.nn.Module): class in TestHelperModules
/aosp_15_r20/external/pytorch/test/quantization/pt2e/
H A Dtest_quantize_pt2e.py1589 m_eager = TestHelperModules.EmbeddingModule().eval()