Skip to content

Prototype reorganization of aten binary operations #1744

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 17, 2023 · 1 comment
Closed

Prototype reorganization of aten binary operations #1744

apbose opened this issue Mar 17, 2023 · 1 comment
Assignees
Labels
feature request New feature or request No Activity

Comments

@apbose
Copy link
Collaborator

apbose commented Mar 17, 2023

aten.add aten.sub aten.mul aten.div aten.pow aten

Function Schema: torch.ops.aten.add.Tensor: ((torch.float32,), {}),
torch.ops.aten.sub.Tensor: ((torch.float32,), {}),
torch.ops.aten.div.Tensor: ((torch.float32,), {}),
torch.ops.aten.mul.Tensor: ((torch.float32,), {}),
torch.ops.aten.div.Tensor_mode: ((torch.float32,), {})
torch.ops.aten.pow.Tensor_Tensor: ((torch.float32,), {}),
torch.ops.aten.fmod.Tensor: ((torch.float32,), {}),
torch.ops.aten.floor_divide.Tensor_mode: ((torch.float32,), {})

Original PyTorch API: torch.add, torch.sub, torch.div, torch.fmod, torch.mul

@apbose apbose added the feature request New feature or request label Mar 17, 2023
@apbose apbose self-assigned this Mar 17, 2023
@apbose apbose changed the title Prototype reorganization of binary operations Prototype reorganization of aten binary operations Mar 17, 2023
@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.

2 participants