STT-tensorflow/tensorflow/lite/core/shims
Fergus Henderson e8e849c202 Add hook for calling an initialization function for tests to the TF Lite shims.
(Attempt #2.)

PiperOrigin-RevId: 353878107
Change-Id: I6dbe197e58386393c858cee86657c59eb7c6f4c0
2021-01-26 09:08:32 -08:00
..
c Add hook for calling an initialization function for tests to the TF Lite shims. 2021-01-26 09:08:32 -08:00
cc Add hook for calling an initialization function for tests to the TF Lite shims. 2021-01-26 09:08:32 -08:00
BUILD Add hook for calling an initialization function for tests to the TF Lite shims. 2021-01-26 09:08:32 -08:00
build_defs.bzl
README.md

This directory contains shim header files that forward to the TF Lite C API and to the key headers of the TF Lite C++ API.

The intent is that the shims in this directory could be modified to optionally redirect to a different implementation of those APIs (for example, one built into the underlying operating system platform).

These should be used as follows: #includes from .cc files that are implementing the shimmed TF Lite APIs should include the regular TF Lite API headers. #includes from files that are using the shimmed APIs should include the shimmed headers.