aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/experimental/objc/README.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-10-09 17:14:39 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-10-09 17:19:21 -0700
commit9bd459e4ceba14f9bb1af98d52a109325de952e8 (patch)
treee8795778c9c1dce36e0d4ddd66783c2aa4994424 /tensorflow/contrib/lite/experimental/objc/README.md
parentbb5fc614a4a358b350ef8dd19cb7010760fa9b29 (diff)
Adds an Objective-C API to TensorFlow Lite experimental.
PiperOrigin-RevId: 216451263
Diffstat (limited to 'tensorflow/contrib/lite/experimental/objc/README.md')
-rw-r--r--tensorflow/contrib/lite/experimental/objc/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/experimental/objc/README.md b/tensorflow/contrib/lite/experimental/objc/README.md
new file mode 100644
index 0000000000..e8f150b1e8
--- /dev/null
+++ b/tensorflow/contrib/lite/experimental/objc/README.md
@@ -0,0 +1,10 @@
+# TensorFlow Lite Objective-C API
+
+## TensorFlowLiteObjc Tulsi Project
+
+Open the `TensorFlowLiteObjc.tulsiproj` using the Tulsi application on Mac or by
+running the following command in Terminal from the root source directory:
+
+```shell
+generate_xcodeproj.sh --genconfig tensorflow/contrib/lite/experimental/objc/TensorFlowLiteObjc.tulsiproj:TensorFlowLiteObjC --outputfolder ~/path/to/xcodeproj
+```