README.md
1This directory contains shim header files that forward to the TF Lite
2C API and to the key headers of the TF Lite C++ API.
3
4The intent is that the shims in this directory could be modified to optionally
5redirect to a different implementation of those APIs (for example,
6one built into the underlying operating system platform).
7
8These should be used as follows: #includes from .cc files that are
9_implementing_ the shimmed TF Lite APIs should include the regular TF
10Lite API headers. #includes from files that are _using_ the shimmed
11APIs should include the shimmed headers.
12