openvinotoolkit/openvino

[Good First Issue]: Support aten::__contains__, aten::nan_to_num, aten::__is__, aten::__isnot__

Open

#28,689 创建于 2025年1月27日

在 GitHub 查看
 (11 评论) (0 反应) (1 负责人)C++ (3,229 fork)auto 404
category: PyTorch FEgood first issueno_stale

仓库指标

Star
 (10,286 star)
PR 合并指标
 (平均合并 14天 3小时) (30 天内合并 305 个 PR)

描述

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

Contact points

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

贡献者指南