As of today there is no pre-build distribution of TensorFlow Lite C libraries and headers, this repository is sort of a distribution that can be used in order to use TF lite in C on mobile.
You can find the distribution zip under releases
The release zip contains a include
folders with all required headers, and libs
folder with libraries for Android, iOS and Windows. Not all platform has the same libraries though...
Has 2 dynamic libs:
libtensorflowlite_c.so
- C librarylibtensorflowlite_gpu_delegate.so
- The C++ GPU delegate library
Library is built as a framework for all architectures, contains the framework folder: TensorFlowLiteC.framework
Has 1 C lib and dll (tensorflowlite_c.dll.if.lib
, tensorflowlite_c.dll
)
I wrote a series of blog posts on cross-platform object detection using TF lite