Document tf-coreml converter in lite/README.md

This commit is contained in:
Yu-Cheng Ling 2017-12-05 12:14:16 -08:00 committed by GitHub
parent 03a1651cbb
commit 6e0c6adfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -215,3 +215,7 @@ Note that you'd need to follow instructions for installing TensorFlow on Android
### For iOS
Follow the documentation [here](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/lite/g3doc/ios.md) to get integrate a TFLite model into your app.
## Core ML support
Core ML is a machine learning framework used across Apple products. In addition to using Tensorflow Lite models directly in their applications, developers have the option to convert their trained Tensorflow models to the [CoreML](https://developer.apple.com/machine-learning/) format for use on Apple devices. For information on how to use the converter please refer to the [Tensorflow-CoreML converter documentation](https://github.com/tf-coreml/tf-coreml).