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

aten.atan2.out #2828

Open
Tracked by #2407
chohk88 opened this issue May 11, 2024 · 0 comments
Open
Tracked by #2407

aten.atan2.out #2828

chohk88 opened this issue May 11, 2024 · 0 comments
Assignees
Labels
component: converters Issues re: Specific op converters

Comments

@chohk88
Copy link
Collaborator

chohk88 commented May 11, 2024

The converter for aten.atan2.out

The aten.atan2.out operation computes the element-wise arctangent of two tensors, storing the result in a pre-defined output tensor out, but does not modify the input tensors, making it not an inplace operation in the traditional sense.

"schema": "aten.atan2.out(Tensor self, Tensor other, \*, Tensor(a!) out) -> Tensor(a!)",
https://pytorch.org/docs/stable/generated/torch.atan2.html

@chohk88 chohk88 self-assigned this May 11, 2024
@chohk88 chohk88 added the component: converters Issues re: Specific op converters label May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: converters Issues re: Specific op converters
Projects
None yet
Development

No branches or pull requests

1 participant