Skip to content

Commit 78deea4

Browse files
committed
Add readme
1 parent 5cfa3e0 commit 78deea4

File tree

1 file changed

+11
-0
lines changed
  • mobile/examples/model_tester/ios/ModelTester

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
This is a basic app that runs an arbitrary ONNX model. It can measure the model's performance.
2+
3+
# Set Up Instructions
4+
5+
Copy an ONNX model to `model/model.onnx`.
6+
7+
Install the CocoaPods dependencies. From this directory, run `pod install`.
8+
9+
Open the xcworkspace file. From this directory, run `open ModelTester.xcworkspace`.
10+
11+
Build and run the ModelTester app from Xcode.

0 commit comments

Comments
 (0)