-
Notifications
You must be signed in to change notification settings - Fork 752
NXP backend: Refactor executorch_pipeline.py, allow different sources for calibration inputs #13494
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
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/13494
Note: Links to docs will display an error until the docs builds have been completed. ❗ 1 Active SEVsThere are 1 currently active SEVs. If your PR is affected, please view them below: ❌ 6 New Failures, 1 Unrelated FailureAs of commit eec0b4d with merge base 473df33 ( NEW FAILURES - The following jobs have failed:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@pytorchbot label "module: nxp" "release notes: nxp" |
5055796 to
e06ffc2
Compare
MartinPavella
left a comment
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.
Test 3
|
@roman-janik-nxp Please rebase and resolve conflicts. |
…ge_program() Enables using different sources for data source
e06ffc2 to
eec0b4d
Compare
|
@roman-janik-nxp please check the following Pyre typechecks are resolved: |
Summary
Introduces
ModelInputSpecfor specification of model inputs. Arbitrary data type of model input can now be specified. Moves creation of calibration data outside mainto_quantized_edge_program()function, thus enables using different data source than random data creation.Test plan
All tests that use
executorch_pipeline.pycalls - almost all of backend tests.cc @digantdesai @JakeStevens @robert-kalmar