Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ONNX] Extended frontend for ReduceL1 for opset 11,13, 18 #29499

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

mohame54
Copy link

Details:

  • Extended ReduceL1 by opsets 11,13,18
  • Updated a using opset for ONNX to 18

Tickets:

Closes: #20559

@mohame54 mohame54 requested a review from a team as a code owner March 16, 2025 20:55
@github-actions github-actions bot added the category: ONNX FE OpenVINO ONNX FrontEnd label Mar 16, 2025
@sys-openvino-ci sys-openvino-ci added the ExternalPR External contributor label Mar 16, 2025
@gkrivor
Copy link
Contributor

gkrivor commented Mar 20, 2025

@mohame54 thanks for your contribution, looks good, let's check!

@gkrivor
Copy link
Contributor

gkrivor commented Mar 20, 2025

@mohame54 could you fix small code style errors?

@mohame54
Copy link
Author

mohame54 commented Mar 20, 2025

thank you for the review I 'm solving them right now

Copy link
Contributor

@gkrivor gkrivor left a comment

Choose a reason for hiding this comment

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

@mohame54 and take a look on some build issues

@@ -276,6 +279,10 @@ ov::OutputVector reduce_l2(const Node& node) {
return {make_ov_reduction_op<v4::ReduceL2>(node, node.get_ov_inputs().at(0), supported_types_v2, false)};
}

ov::OutputVector reduce_l1(const None& node){
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like it exists, but not registered :(

Copy link
Author

@mohame54 mohame54 Mar 20, 2025

Choose a reason for hiding this comment

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

yeah, I noticed but thank you though

@mohame54
Copy link
Author

Made the changes you asked from me @gkrivor and I will wait for your feedbacks thank you

@mohame54
Copy link
Author

mohame54 commented Mar 22, 2025

@gkrivor can you plz recheck my pull request

@gkrivor gkrivor changed the title Extended onnx frontend for ReduceL1 for opset 11,13, 18 [ONNX] Extended frontend for ReduceL1 for opset 11,13, 18 Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: ONNX FE OpenVINO ONNX FrontEnd ExternalPR External contributor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Good First Issue]: Align behavior of ONNX Frontend function ReduceL1-11, 13, 18 with original framework
3 participants