We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cfa3e0 commit 78deea4Copy full SHA for 78deea4
mobile/examples/model_tester/ios/ModelTester/readme.md
@@ -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