STT-tensorflow/tensorflow/lite/delegates/flex
Jaesung Chung c21825fb00 Add Tensor Map kernels to Flex
TensorMap kernels are typical examples of variants. Those kernels can be used
for verifying the implementations of supporting resources and variants in
TFLite.

PiperOrigin-RevId: 351931000
Change-Id: I0d2348d0449994e3dfbbf5fa6d7360453b4aab52
2021-01-14 20:32:48 -08:00
..
java/src/main Remove unnecessary '#ifdef __cplusplus' in *.cc files. 2020-12-10 09:53:56 -08:00
test Fix selective build error for Flex delegate on iOS 2020-12-22 18:35:19 -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 Tensor Map kernels to Flex 2021-01-14 20:32:48 -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 the internal flag of lazy_remote_inputs_copy. 2021-01-07 10:42:36 -08: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 Stop holding custom devices in TensorHandles 2021-01-12 11:22:48 -08: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