Document tf-coreml converter in lite/README.md
This commit is contained in:
parent
03a1651cbb
commit
6e0c6adfe9
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user