STT-tensorflow/tensorflow/lite/tools
Terry Heo 792639b6e6 cmake: Update absl.cmake
Use Find<module>.cmake instead of <module>config.cmake to remove absl_DIR hack.

PiperOrigin-RevId: 356438974
Change-Id: I5de67e21c2e55cad20ce3da002260acdd98c06b3
2021-02-08 23:59:15 -08:00
..
benchmark Changed the way of finding how many delegate kernels are created w.r.t. using an external delegate so that the output message would become not confusing. 2021-01-27 00:35:36 -08:00
cmake cmake: Update absl.cmake 2021-02-08 23:59:15 -08:00
delegates Add -Wc++14-compat to common TFLite warning opts 2021-01-13 11:55:58 -08:00
evaluation Comment out a number of google-internal targets when copybara-exporting instead of removing them. 2021-01-26 05:47:31 -08:00
make TFLite: tools: make: remove test_delegate_providers.cc from the build resources for libtensorflow-lite.a 2021-02-02 16:36:38 +01:00
optimize Merge pull request from MohamedNourArm:toupstream/where 2021-02-04 07:38:18 -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 Add ComplexAbs Op to TensorFlow Lite 2021-02-07 17:53:28 -08:00
signature Replace python I/O with TF I/O APIs 2021-02-04 00:55:16 -08:00
versioning Add ComplexAbs Op to TensorFlow Lite 2021-02-07 17:53:28 -08:00
BUILD Enable MacOS and Windows tests which use the python flatbuffer library. 2021-01-20 20:19:12 -08:00
build_aar_with_docker.sh Update correct bazel version in build_aar_with_docker.sh 2021-01-19 20:20:41 -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 Output unconsumed cmdline flags to help using TFLite benchmark tool. 2020-06-19 19:13:19 -07:00
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 Replace python I/O with TF I/O APIs 2021-02-04 00:55:16 -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 Resource & variant type additions to TFLite schema 2021-01-29 17:12:52 -08:00
verifier.cc Merge pull request 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 Fix the visualize tool to display empty strings when the TFLITE file doesn't contain tensor names. 2021-01-21 09:26:57 -08:00
zip_files.py