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 for operations PyTorch Frontend (PT FE) #28689

Open
darksapien23151 opened this issue Jan 27, 2025 · 4 comments
Open
Assignees
Labels
good first issue Good for newcomers no_stale Do not mark as stale

Comments

@darksapien23151
Copy link
Contributor

darksapien23151 commented Jan 27, 2025

Context

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.

Add Support for the following operations:

aten::__contains__
aten::nan_to_num
aten::__is__
aten::__isnot__
aten::angle

What needs to be done?

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

Example Pull Requests
ISSUE#18998

Resources

Contact points

Contact points
@openvinotoolkit/openvino-pytorch-frontend-maintainers

@darksapien23151 darksapien23151 added good first issue Good for newcomers no_stale Do not mark as stale labels Jan 27, 2025
@github-project-automation github-project-automation bot moved this to Contributors Needed in Good first issues Jan 27, 2025
@darksapien23151
Copy link
Contributor Author

.take

Copy link
Contributor

Thank you for looking into this issue! Please let us know if you have any questions or require any help.

@mlukasze mlukasze moved this from Contributors Needed to Assigned in Good first issues Jan 27, 2025
@DipayanDasgupta
Copy link

.take

Copy link
Contributor

Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers no_stale Do not mark as stale
Projects
Status: Assigned
Development

No branches or pull requests

2 participants