STT-tensorflow/tensorflow/lite/delegates/flex
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/src/main Remove unnecessary '#ifdef __cplusplus' in *.cc files. 2020-12-10 09:53:56 -08:00
test Add tests for user's defined op in Flex delegate 2020-11-30 18:24:41 -08:00
allowlisted_flex_ops_internal.h Support conversion of tf.text ops to Flex ops 2020-07-23 00:11:41 -07:00
allowlisted_flex_ops_test.cc Support conversion of tf.text ops to Flex ops 2020-07-23 00:11:41 -07:00
allowlisted_flex_ops.cc Add StringLength to Flex delegate 2020-12-09 05:42:51 -08:00
allowlisted_flex_ops.h Replace instances of "whitelist" with "allowlist" where possible. See Google Developer guidelines at https://developers.google.com/style/word-list#blacklist for more information. 2020-07-08 10:13:43 -07:00
buffer_map_test.cc Fix tensor initialization in unit test. 2019-11-20 18:31:24 -08:00
buffer_map.cc FlexDelegate: Provide constant tensors to ShapeInferenceFn 2020-09-24 18:41:41 -07:00
buffer_map.h FlexDelegate: Provide constant tensors to ShapeInferenceFn 2020-09-24 18:41:41 -07:00
BUILD [CLEANUP] Remove unnecessary aliases to core/lib/png:png_io 2020-09-29 18:07:04 -07:00
build_def.bzl Add tests for user's defined op in Flex delegate 2020-11-30 18:24:41 -08:00
delegate_data_test.cc Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00
delegate_data.cc Remove experimental mirroring policy APIs. 2020-08-25 16:00:49 -07:00
delegate_data.h
delegate_test.cc Fix MSAN failure in delegate_test 2020-09-28 01:46:34 -07:00
delegate.cc Minor update on TF_AcquireFlexDelegate() 2020-09-16 21:09:54 -07:00
delegate.h - Update SimpleDelegate to allow providing options for the delegate which controls delegate max_number of graphs/ min nodes per subgraph. 2020-06-30 11:49:34 -07:00
kernel_test.cc Fix third_party/tensorflow/lite/delegates/flex/kernel_test on macos. 2020-09-23 17:17:50 -07:00
kernel.cc FlexDelegate: Provide constant tensors to ShapeInferenceFn 2020-09-24 18:41:41 -07:00
kernel.h Flex delegate: Do not use dynamic tensors if possible 2020-09-21 20:11:04 -07:00
test_util.cc FlexDelegate: Provide constant tensors to ShapeInferenceFn 2020-09-24 18:41:41 -07:00
test_util.h FlexDelegate: Provide constant tensors to ShapeInferenceFn 2020-09-24 18:41:41 -07:00
util_test.cc Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
util.cc Add uint64 tensor support in TFLite 2020-11-17 14:01:21 -08:00
util.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00