Skip to content

✨[Converter] Implement aten::rsqrt, aten::rsub #1794

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 · Fixed by #1814
Closed

✨[Converter] Implement aten::rsqrt, aten::rsub #1794

apbose opened this issue Mar 31, 2023 · 1 comment · Fixed by #1814
Assignees
Labels
feature request New feature or request No Activity

Comments

@apbose
Copy link
Collaborator

apbose commented Mar 31, 2023

Torch op:
rsqrt(Tensor self) -> Tensor
rsub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor

Aten op :
torch.ops.aten.rsqrt.default
torch.ops.aten.rsub.scalar

@github-actions
Copy link

This issue has not seen activity for 90 days, Remove stale label or comment or this will be closed in 10 days

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 No Activity
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants