-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
base: master
Are you sure you want to change the base?
Conversation
@mohame54 thanks for your contribution, looks good, let's check! |
@mohame54 could you fix small code style errors? |
thank you for the review I 'm solving them right now |
There was a problem hiding this 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){ |
There was a problem hiding this comment.
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 :(
There was a problem hiding this comment.
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
Made the changes you asked from me @gkrivor and I will wait for your feedbacks thank you |
@gkrivor can you plz recheck my pull request |
Details:
Tickets:
Closes: #20559