STT-tensorflow/tensorflow/lite/tools
Chris Kennelly 4692525ffa Optimize calls to std::string::find() and friends for a single char.
The character literal overload is more efficient.

PiperOrigin-RevId: 348126864
Change-Id: I12485209607a957ecb17a4ba1087473bb0c4dd06
2020-12-17 18:11:13 -08:00
..
benchmark Move type declarations needed by C API into separate header file 2020-12-15 11:49:24 -08:00
cmake Support sparse CNN inference by default through XNNPACK delegate 2020-12-09 13:25:19 -08:00
delegates Migrate CoreML delegate directory out of experimental 2020-11-30 16:15:52 -08:00
evaluation Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
make Rename JNI opresolver for other use cases 2020-12-07 21:43:25 -08:00
optimize Avoid error with dequantize and extra quantize ops when combining post-training quantize with QAT and supported_ops = [tf.lite.OpsSet.TFLITE_BUILTINS_INT8] 2020-12-14 02:11:08 -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 Rollforward serialization tool with internal test fix 2020-12-16 14:12:00 -08:00
signature Internal changes on cleanup. 2020-11-19 11:35:13 -08:00
versioning Add hybrid BatchMatMul kernel that supports legacy symmetric_quantize_inputs. 2020-12-09 16:55:22 -08:00
BUILD Update the usage of the 'absl-py' python library 2020-11-25 17:54:34 -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 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 Output unconsumed cmdline flags to help using TFLite benchmark tool. 2020-06-19 19:13:19 -07:00
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 Strip strings to also clear signatures in the flatbuffer. 2020-12-09 13:09:35 -08:00
gen_op_registration_main.cc
gen_op_registration_test.cc minor spelling tweaks 2020-03-19 02:24:31 +09:00
gen_op_registration.cc Refactor reading builtin code in TFLite 2020-10-05 15:36:21 -07:00
gen_op_registration.h Added features to gen_selected_ops. 2019-09-19 09:15:34 -07:00
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 Merged commit includes the following changes: 2020-07-02 10:46:26 -07:00
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 Merged commit includes the following changes: 2020-07-02 10:46:26 -07:00
tool_params.cc
tool_params.h Support the verbose mode in logging TFLite delegate-related parameter values. 2020-07-06 18:05:38 -07:00
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