STT-tensorflow/tensorflow/lite/delegates/utils
Fergus Henderson 655c0bc600 Remove unnecessary '#ifdef __cplusplus' in *.cc files.
These files are already using C++ constructs, e.g. 'namespace', so
they're guaranteed to be compiled with a C++ compiler, not a C compiler.
It's only in the header files that '#ifdef __cplusplus' is needed.

PiperOrigin-RevId: 346804459
Change-Id: Ia49dc8e8f162a00f2dfbb77cf2fba84606f9dc1b
2020-12-10 09:53:56 -08:00
..
dummy_delegate Remove unnecessary '#ifdef __cplusplus' in *.cc files. 2020-12-10 09:53:56 -08:00
BUILD Factor out the dummy test delegate from simple_delegate_test and create relevant BUILD rules to show 2020-06-10 20:24:29 -07:00
simple_delegate_test.cc Factor out the dummy test delegate from simple_delegate_test and create relevant BUILD rules to show 2020-06-10 20:24:29 -07:00
simple_delegate.cc Expose the TfLiteDelegateFlags params for simple delegate creation. This allows more flexibility for example users want to implement a delegate takes in custom op. 2020-11-10 20:05:15 -08:00
simple_delegate.h Expose the TfLiteDelegateFlags params for simple delegate creation. This allows more flexibility for example users want to implement a delegate takes in custom op. 2020-11-10 20:05:15 -08:00