[Good First Issue]: Support aten::__contains__, aten::nan_to_num, aten::__is__, aten::__isnot__
#28.689 aberto em 27 de jan. de 2025
Métricas do repositório
- Stars
- (10.286 stars)
- Métricas de merge de PR
- (Mesclagem média 14d 3h) (305 fundiu PRs em 30d)
Description
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__
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
- Contribution guide - start here!
- Intel DevHub Discord channel - engage in discussions, ask questions and talk to OpenVINO developers
- How to link your Pull Request to an issue
Contact points
Contact points @openvinotoolkit/openvino-pytorch-frontend-maintainers