Skip to content

✨[Converter] Implement aten::embedding #1797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
apbose opened this issue Mar 31, 2023 · 1 comment
Closed

✨[Converter] Implement aten::embedding #1797

apbose opened this issue Mar 31, 2023 · 1 comment

Comments

@apbose
Copy link
Collaborator

apbose commented Mar 31, 2023

Torch op:
embedding(Tensor weight, Tensor indices, SymInt padding_idx=-1, bool scale_grad_by_freq=False, bool sparse=False) -> Tensor
Aten op : torch.ops.aten.embedding.default

@apbose
Copy link
Collaborator Author

apbose commented Jul 31, 2023

Closing this with #2070. Further needs to be explored for norm implementation

@apbose apbose closed this as completed Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants