shaqian / flutter_tflite

Flutter plugin for TensorFlow Lite
https://pub.dartlang.org/packages/tflite
MIT License
633 stars 411 forks source link

Core ML delegation on IOS #186

Open kinivi opened 3 years ago

kinivi commented 3 years ago

In the new version of tflite it can be found the ability to delegate using Core ML. How the code can be changed to support it? https://www.tensorflow.org/lite/performance/delegates

lucyllewy commented 3 years ago

See PR #188 for my attempt at solving this. I'd appreciate any testing and feedback you can provide to verify that it does what it's supposed to ready for @shaqian to merge into this repo.