Skip to content

Conversation

Sujanian1304
Copy link
Contributor

this solves issue #29719

Details:

  • Added support for prim::CallFunction and tests

Tickets:

@Sujanian1304 Sujanian1304 requested a review from a team as a code owner October 7, 2025 14:09
@github-actions github-actions bot added the category: PyTorch FE OpenVINO PyTorch Frontend label Oct 7, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Oct 7, 2025
@Sujanian1304
Copy link
Contributor Author

hello @mvafin @PiotrKrzem @p-wysocki @mlukasze @mitruska @cavusmustafa ,I have submitted this pull request to Add support for prim::callfunction.please let me know your feedback on my PR , Thanks.

Best Regards
Piyush

Comment on lines +37 to +39
result = context.mark_node(std::make_shared<v0::Abs>(args[0]));
} else {
result = context.mark_node(std::make_shared<v0::Relu>(args[0]));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You expect function to be either Abs or Relu, but it can be any subgraph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: PyTorch FE OpenVINO PyTorch Frontend ExternalPR External contributor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants