Skip to content
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

✨[Converter] Implement aten::addmm #1790

Closed
apbose opened this issue Mar 31, 2023 · 0 comments · Fixed by #1953
Closed

✨[Converter] Implement aten::addmm #1790

apbose opened this issue Mar 31, 2023 · 0 comments · Fixed by #1953
Assignees
Labels
feature request New feature or request

Comments

@apbose
Copy link
Collaborator

apbose commented Mar 31, 2023

Torch op:
func: addmm(Tensor self, Tensor mat1, Tensor mat2, *, Scalar beta=1, Scalar alpha=1) -> Tensor
Aten op: torch.ops.addmm.default

@apbose apbose added the feature request New feature or request label Mar 31, 2023
@apbose apbose assigned narendasan and apbose and unassigned narendasan Mar 31, 2023
@apbose apbose changed the title ✨[Converter] aten::addmm ✨[Converter] Implement aten::addmm Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants