-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[LPT] ReduceSum: zero point support #24977
[LPT] ReduceSum: zero point support #24977
Conversation
src/common/low_precision_transformations/tests/reduce_sum_transformation.cpp
Outdated
Show resolved
Hide resolved
56f4c52
to
cb3a247
Compare
OV_PP_ET_LIST(f32, f64, i32, i64, u32, u64), | ||
OV_PP_ET_LIST(f32, f64, i8, i32, i64, u8, u32, u64), |
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.
Why do we need these changes?
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.
to support i8
& u8
reference
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.
I meant why do we need to support i8/u8 reference in this PR ;) It seems like we don't need these changes. However, I was just curious, don't see anything bad in that. We can leave it as is
14a8f47
to
4f44307
Compare
### Details: - *[LPT] ReduceSum: zero point support* - *Original PR: #24977 ### Tickets: - *CVS-142256*
### Details: - *[LPT] ReduceSum: zero point support* ### Tickets: - *CVS-142256*
…olkit#25011) ### Details: - *[LPT] ReduceSum: zero point support* - *Original PR: openvinotoolkit#24977 ### Tickets: - *CVS-142256*
Details:
Tickets: