flutter_tflite icon indicating copy to clipboard operation
flutter_tflite copied to clipboard

Fix "metal_delegate.h" missing file error on iOS for TFlite 2.3.0+

Open swarmidentity opened this issue 2 years ago • 1 comments

Add explicit reference to iOS metal headers

swarmidentity avatar Mar 01 '22 21:03 swarmidentity

See:

https://github.com/shaqian/flutter_tflite/issues/139 https://github.com/shaqian/flutter_tflite/issues/184 https://www.tensorflow.org/lite/performance/gpu#ios_with_xcode https://github.com/am15h/tflite_flutter_plugin/issues/100

Seems like on TFLite 2.3.0+ metal.h is in a different package.

swarmidentity avatar Mar 01 '22 21:03 swarmidentity