-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[PT FE] Support aten::atan2 for pytorch models #27026
Conversation
build_jenkins |
clang format check fails, fix it, please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general looks good
Tests for torch.export are failing. Please add |
hi @mvafin are there any further changes i need to make? :) |
build_jenkins |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tiebreaker4869 Thank you for contribution
c5e16fc
### Details: - add atan2 operator and unit tests ### Tickets: - [[Good First Issue]: Support aten::atan2 for pytorch models](openvinotoolkit#20575) --------- Co-authored-by: Michal Lukaszewski <michal.lukaszewski@intel.com> Co-authored-by: Maxim Vafin <maxim.vafin@intel.com>
Details:
Tickets: