am15h / tflite_flutter_plugin

TensorFlow Lite Flutter Plugin
https://pub.dev/packages/tflite_flutter
Apache License 2.0
504 stars 353 forks source link

How to build tensorflowlite c++ library for iOS using bazel? (TensorFlowLiteC++_framework) #243

Open ITHealer opened 11 months ago

ITHealer commented 11 months ago

Currently I am using tensorflowlitec.framework for my project but my project needs the call header file interpreter.h. Can I solve it by still using tensorflowlitec.framework to call other processing steps in source c and use an interpreter written in dart instead?

-> Lexical or Preprocessor Issue (Xcode): 'tensorflow/lite/interpreter.h' file not found