STT-tensorflow/tensorflow/lite/core/shims
Jared Duke 26c468322d Add -Wc++14-compat to common TFLite warning opts
PiperOrigin-RevId: 351631306
Change-Id: Ie0b5b545d23751ce216a72a43d83d2b95dc4200d
2021-01-13 11:55:58 -08:00
..
c Add TfLiteOpaqueDelegate typedef to shims/c/common.h. 2020-12-11 10:33:14 -08:00
cc
BUILD Add -Wc++14-compat to common TFLite warning opts 2021-01-13 11:55:58 -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.