STT-tensorflow/tensorflow/lite/c
Jared Duke 49b1b6e614 Avoid c11 usage in TFLite's C API
Dno't redefine typedefs, but rather use forward declarations
and explicit struct keywords where necessary. Note that this
style was already used for the TfLiteContext type.

PiperOrigin-RevId: 261148927
2019-08-01 10:58:48 -07:00
..
BUILD Use a genrule rather than symlink for c_api_types.h 2019-06-21 16:44:25 -07:00
builtin_op_data_test.cc Implement Rank. 2019-02-14 18:53:51 -08:00
builtin_op_data.h Graduate TFLite control flow ops from experimental to builtin 2019-07-20 15:51:38 -07:00
c_api_internal_test.cc Propagate half precision float through tflite 2019-05-07 15:01:57 -07:00
c_api_internal.c Make read-only inputs "const *". 2019-07-05 22:46:08 -07:00
c_api_internal.h Avoid c11 usage in TFLite's C API 2019-08-01 10:58:48 -07:00