Skip to content

Mobile model tester apps #515

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

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Mobile model tester apps #515

wants to merge 14 commits into from

Conversation

edgchen1
Copy link
Contributor

@edgchen1 edgchen1 commented May 9, 2025

Add iOS and Android model tester apps for measuring performance of a model.

There is also some cross-platform C++ code in mobile/examples/model_tester/common that is used in both apps.


# Set Up Instructions

Copy an ONNX model to `model/model.onnx`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add support for .onnx_data files? Maybe out of scope for this PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am writing android version of the app, and it seems that it would be nice to have the downloading model in common directory as well, so android application can share the model creation steps

@edgchen1 edgchen1 changed the title iOS model tester app mobile model tester apps May 21, 2025
@edgchen1 edgchen1 changed the title mobile model tester apps Mobile model tester apps May 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants