-
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
[CMSIS-NN] Convert scalar constants to tensor constants #10100
Conversation
Change-Id: I9ea9c28b1410b4a80a9235af2e84bc80b4dc3a66
b000893
to
5d05eed
Compare
Change-Id: Ib916e4b29be124ccdf4c88936f10499b6642f141
5d05eed
to
de0b6fb
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.
First pass over this @ashutosh-arm, thanks for fixing this 😸
…hon functions, expanded variable names Change-Id: Ieacbe7b523e7ca4db54f15b4b7da117f421ec36b
Thanks for the review @Mousius. I have updated the PR with review comments. |
Change-Id: I625d5db043c987c46ca3521c3ce94873694d4d87
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 @ashutosh-arm! This is merged now 😸 |
-Pass that converts scalar constants into tensor constants for CMSIS-NN binary ops
-Updated extract_constants pass to support constants at any position in the function signature
-Modified tests for extract_constants pass corresponding to the scalar support
-Added new binary op tests to include constants