STT-tensorflow/tensorflow/lite/tools
A. Unique TensorFlower 3f837ab7ab Remove c_api_types.h copy from iOS benchmark
When building the benchmark, tensorflow/lite/c/c_api_types.h can directly be used instead.

PiperOrigin-RevId: 352370612
Change-Id: I6a84049af5e5203ed0a2f90e92be9e97e97bb16b
2021-01-18 02:26:23 -08:00
..
benchmark Remove c_api_types.h copy from iOS benchmark 2021-01-18 02:26:23 -08:00
cmake tflite: Add fp16 headers to cmake rule 2021-01-14 16:38:06 -08:00
delegates Add -Wc++14-compat to common TFLite warning opts 2021-01-13 11:55:58 -08:00
evaluation Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
make removing unwanted space after bash 2020-12-28 09:47:21 +05:30
optimize Refactor some quantization methods 2021-01-16 07:10:35 -08:00
pip_package Update setup.py and setup_with_bazel.py for tflite_runtime package 2020-11-24 04:59:37 -08:00
sanitizers Disable testKerasBidirectionalRNN test case when asan/tsan is enabled. 2020-09-30 12:25:01 -07:00
serialization Update TFLite serialization library for extended builtin codes. 2021-01-15 16:21:45 -08:00
signature PY2 removal cleanup 2021-01-15 16:48:57 -08:00
versioning Add Conv3D reference kernel to TFLite 2021-01-13 21:36:14 -08:00
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08:00
build_aar_with_docker.sh Make cache dir only if it does not exist 2020-11-08 18:16:00 -08:00
build_aar.sh Allow users to specficy cache dir in the host machine 2020-11-05 06:19:30 -08:00
command_line_flags_test.cc
command_line_flags.cc Only warn about duplicate flags in debug builds when parsing the tflite tooling commandline flags. 2020-08-19 00:03:39 -07:00
command_line_flags.h
convert_image_to_csv_test.py
convert_image_to_csv.py Update the usage of the 'absl-py' python library from TFLite Micro utils 2020-11-25 15:05:25 -08:00
flatbuffer_utils_test.py Update Strip strings to also clear signatures in the flatbuffer. 2020-12-09 13:09:35 -08:00
flatbuffer_utils.py Update flatbuffer utils to use tf.gfile to read and write TFLite files 2020-12-22 12:22:29 -08:00
gen_op_registration_main.cc
gen_op_registration_test.cc
gen_op_registration.cc Refactor reading builtin code in TFLite 2020-10-05 15:36:21 -07:00
gen_op_registration.h
list_flex_ops_main.cc
list_flex_ops_no_kernel.cc Update logic to read builtin op code 2020-10-20 01:33:08 -07:00
list_flex_ops_test.cc Flex delegate: Do not use dynamic tensors if possible 2020-09-21 20:11:04 -07:00
list_flex_ops.cc Refactor reading builtin code in TFLite 2020-10-05 15:36:21 -07:00
list_flex_ops.h Add script to generate trimmed tflite aar files 2020-08-11 02:18:56 -07:00
logging.h
randomize_weights.py Update the usage of the 'absl-py' python library 2020-11-25 17:54:34 -08:00
reverse_xxd_dump_from_cc.py Update the usage of the 'absl-py' python library 2020-11-25 17:54:34 -08:00
strip_strings.py Update the usage of the 'absl-py' python library 2020-11-25 17:54:34 -08:00
test_utils.py Update Strip strings to also clear signatures in the flatbuffer. 2020-12-09 13:09:35 -08:00
tool_params_test.cc
tool_params.cc
tool_params.h
verifier_test.cc Split getter and setter functions in schema utility files. 2020-10-27 14:12:18 -07:00
verifier.cc Merge pull request #45010 from linux-on-ibm-z:tflite-verifier-fix 2020-12-08 22:52:39 -08:00
verifier.h [lite] Partial reversion of some changes in CL 336001737 2020-10-08 11:31:00 -07:00
visualize_test.py
visualize.py Update visualize tool to adopt the change of builtin code 2020-10-12 15:46:37 -07:00
zip_files.py