openvinotoolkit/openvino

[Good First Issue]: Support aten::bincount

Open

#28,526 建立於 2025年1月17日

在 GitHub 查看
 (24 留言) (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

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.

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

188843

貢獻者指南