openvinotoolkit/openvino

[Good First Issue]: Support aten::logit, aten::special_logit

Open

#28,744 opened on 2025年1月30日

GitHub で見る
 (17 comments) (0 reactions) (1 assignee)C++ (3,229 forks)auto 404
category: PyTorch FEgood first issueno_stale

Repository metrics

Stars
 (10,286 stars)
PR merge metrics
 (平均マージ 14d 3h) (30d で 305 merged PRs)

説明

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::logit

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 https://github.com/openvinotoolkit/openvino/pull/18998

Resources

Contact points

@openvinotoolkit/openvino-pytorch-frontend-maintainers

No response

コントリビューターガイド