onnxruntime/samples/iOS/README.md
Wenbing Li ed102e9d88
Add iOS test pipeline and a sample app. (#5298)
* Add iOS test pipeline and a sample app.

* clean up the unused code.

* clean up.

* revert the unknown change

* disable the shared library for iOS.

* add open source notice text.

* ignore the skipped test.

* extract the common ortenv setup
2020-09-29 13:53:11 -07:00

352 B

ONNXRuntime iOS Sample

Before build the app

  1. create a soft link to the libonnxruntime.1.4.0.dylib to Framework directory.
  2. Cook the reduced size ORT model by following the manual. And the model file names could be found are "mobilenetv2-7.ort" and "nlp.ort" which are temporary.

open it as the xcode project, build and run the app