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

[Good First Issue]: Support aten::__xor__ for pytorch models #20584

Closed
mvafin opened this issue Oct 18, 2023 · 1 comment · Fixed by #20662
Closed

[Good First Issue]: Support aten::__xor__ for pytorch models #20584

mvafin opened this issue Oct 18, 2023 · 1 comment · Fixed by #20662
Assignees
Labels
category: PyTorch FE OpenVINO PyTorch Frontend good first issue Good for newcomers no_stale Do not mark as stale
Milestone

Comments

@mvafin
Copy link
Contributor

mvafin commented Oct 18, 2023

Context

OpenVINO component responsible for support of PyTorch models is called as PyTorch Frontend (PT FE). PT FE converts a model represented as TorchScript model to a model in OpenVINO opset.
Python code that can produce this operation in the graph: x ^ y

What needs to be done?

  • Implement conversion rule and/or transformation to support the new operation.
  • Implement operation tests in tests/layer_tests/pytorch_tests. Please consider different data types, but keep reasonable number of test cases

Example Pull Requests

#18998

Resources

Contact points

@openvinotoolkit/openvino-pytorch-frontend-maintainers

Ticket

TBD

@mvafin mvafin added good first issue Good for newcomers no_stale Do not mark as stale labels Oct 18, 2023
@github-project-automation github-project-automation bot moved this to Contrubutors needed in Good first issues Oct 18, 2023
@ilya-lavrenov ilya-lavrenov added the category: PyTorch FE OpenVINO PyTorch Frontend label Oct 18, 2023
@andrei-kochin andrei-kochin added category: PyTorch FE OpenVINO PyTorch Frontend and removed category: PyTorch FE OpenVINO PyTorch Frontend labels Oct 18, 2023
@karanjakhar
Copy link
Contributor

Hi @mvafin @andrei-kochin @ilya-lavrenov
I would like to work on it.

@ilya-lavrenov ilya-lavrenov moved this from Contributors Needed to Assigned in Good first issues Oct 21, 2023
@github-project-automation github-project-automation bot moved this from Assigned to Closed in Good first issues Oct 26, 2023
@ilya-lavrenov ilya-lavrenov added this to the 2023.2 milestone Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: PyTorch FE OpenVINO PyTorch Frontend good first issue Good for newcomers no_stale Do not mark as stale
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants