STT-tensorflow/tensorflow/lite/delegates/nnapi/java/src/main
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
..
java/org/tensorflow/lite/nnapi Disallow use of NNAPI CPU implementation by default on Android 10 and later. TFLite's own implementation typically performs better. 2020-10-27 00:18:50 -07:00
native Remove unnecessary '#ifdef __cplusplus' in *.cc files. 2020-12-10 09:53:56 -08:00