-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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] Add ReduceLogSum-11,13,18 #23508
Conversation
e383c54
to
372128d
Compare
accc95a
to
76282fc
Compare
d2dd405
to
f4dc5bc
Compare
8d60120
to
9d17b57
Compare
0ee4ec9
to
0b00871
Compare
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.
Hello @mory91, thank you for this contribution!
The import code looks logically correct, I've suggested some improvements to avoid code redundancy.
ir_version: 3 | ||
producer_name: "OpenVINO ONNX Frontend" | ||
graph { | ||
node { | ||
input: "A" | ||
output: "B" | ||
op_type: "ReduceLogSum" | ||
} |
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.
Would be great to add some tests related to the features added in the ReduceLogSum-18 (noop_with_empty_axes
attr and axes
as input).
https://onnx.ai/onnx/operators/text_diff_ReduceLogSum_13_18.html#d2h-421101
ad5573e
to
42812bf
Compare
hey @mory91 please correct formatting to pass clang tests |
7c2c309
to
d44ba27
Compare
Current CI issues are not related to the PR changes, it should be fixed soon, no action required so far. |
build_jenkins |
### Details: - Extended ReduceLogSum by opsets 11,13,18 ### Tickets: - Closes openvinotoolkit#20561 --------- Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com> Co-authored-by: Georgy Krivoruchko <georgy.krivoruchko@intel.com>
### Details: - Extended ReduceLogSum by opsets 11,13,18 ### Tickets: - Closes openvinotoolkit#20561 --------- Co-authored-by: Katarzyna Mitrus <katarzyna.mitrus@intel.com> Co-authored-by: Georgy Krivoruchko <georgy.krivoruchko@intel.com>
Details:
Tickets: