-
Notifications
You must be signed in to change notification settings - Fork 683
Arm Backend: Add visualization script for Arm models #14257
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
Change-Id: I141fbade30ba06ce6b6a104000b833431e4bf243
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14257
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 994a990 with merge base dfd7f2a ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "release notes: none" |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
@mergennachin has imported this pull request. If you are a Meta employee, you can view this in D82330946. |
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.
Review automatically exported from Phabricator review in Meta.
This PR enables the visualisation of a tosa flatbuffer file in the arm `run.sh` script. The `model_explorer` command line flag is added which launches model explorer, with the tosa adapter plugin - https://github.com/Arm/tosa-adapter-model-explorer. cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 Co-authored-by: Robert Taylor <robert.taylor3@arm.com>
This PR enables the visualisation of a tosa flatbuffer file in the arm
run.sh
script. Themodel_explorer
command line flag is added which launches model explorer, with the tosa adapter plugin - https://github.com/Arm/tosa-adapter-model-explorer.cc @digantdesai @freddan80 @per @zingo @oscarandersson8218