-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[microNPU] Refactor type inference data type checks #10060
Conversation
a366433
to
752a4c0
Compare
Other than the previous comments, LGTM! Thanks, @lhutton1 |
Aims to improve readability, extendibility and error message unification for data type checks across NPU operators. A follow up for the comments in apache#9576. Change-Id: I83fb89a56677003f7abebb7985ad60d92cfa8df1
Change-Id: Icf3d68d5cc7d5e1d5af42b1af193db89faea155e
752a4c0
to
3536c4e
Compare
Change-Id: I10311b718c3abd0ed75dd88b5ec9de6e0742f047
f80bc3f
to
86ac9c0
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.
LGTM!.
@NicolaLancellotti can you take another look ?
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.
LGTM!
Thanks! @lhutton1 @NicolaLancellotti. This is merged now! |
* [microNPU] Refactor type inference data type checks Aims to improve readability, extendibility and error message unification for data type checks across NPU operators. A follow up for the comments in apache#9576. Change-Id: I83fb89a56677003f7abebb7985ad60d92cfa8df1 * unordered_set -> initializer_list and use new format for upscale check Change-Id: Icf3d68d5cc7d5e1d5af42b1af193db89faea155e * remove unused header and use auto for initializer type Change-Id: I10311b718c3abd0ed75dd88b5ec9de6e0742f047
Aims to improve readability, extensibility and error message unification for data type checks across NPU operators.
A follow up for the comments in #9576.
cc @ekalda @manupa-arm @NicolaLancellotti @mbaret @dchauhan-arm @jacobbohlin