• Home
Name Date Size #Lines LOC

..--

c/03-May-2024-24158

cc/03-May-2024-324103

jni/03-May-2024-5215

BUILDD03-May-202416.6 KiB551504

README.mdD03-May-2024576 129

build_defs.bzlD03-May-2024771 2319

builtin_ops_list.incD03-May-20245.4 KiB174167

cc_library_with_tflite.bzlD03-May-20248.8 KiB266231

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