STT-tensorflow/tensorflow/lite/delegates/flex
Alexander Grund 956025aa53 Rename exec_tools to tools
Follow up to 
Based on
https://github.com/bazelbuild/bazel/issues/12059#issuecomment-725641997
exec_tools might no longer be needed and hence can be replaced by tools.
This fixes various build failures caused by missing environment
variables in environments where they are required, e.g. using custom
compilers.
2020-11-23 15:41:54 -08:00
..
java/src/main Selective registration for flex ops 2020-06-07 20:02:02 -07:00
test Add size test to flex delegate selective build 2020-07-08 23:34:28 -07: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 RaggedGather op to Flex delegate 2020-10-06 20:07:43 -07: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 Rename exec_tools to tools 2020-11-23 15:41:54 -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 complex<double> tensor support in TFLite 2020-07-13 18:19:24 -07:00
util.cc Add complex<double> tensor support in TFLite 2020-07-13 18:19:24 -07:00
util.h Rename lite/c/c_api_internal.h to lite/c/common.h 2019-11-25 21:49:25 -08:00