Overview of IREE TFLite C API Compatibility Shim
mainThe IREE TFLite C API Compatibility Shim provides a (mostly) TFLite-compatible API. It allows developers to load compiled IREE modules, manage tensors, and invoke functions using conventions similar to the TFLite C API.
Note: This is currently EXPERIMENTAL. It is intended as a bridge for applications currently using the TFLite API to onboard with IREE quickly. For full feature access, users are encouraged to eventually migrate to native IREE APIs.