.. |
interpreter_wrapper
|
Avoid c11 usage in TFLite's C API
|
2019-08-01 10:58:48 -07:00 |
optimize
|
Allow update for min/max values in calibrator.
|
2019-07-12 14:58:04 -07:00 |
testdata
|
Automated rollback of commit f408c2744d
|
2019-07-12 10:37:21 -07:00 |
BUILD
|
Do not build with TFLite MLIR converter by default.
|
2019-08-02 14:22:29 -07:00 |
convert_saved_model_test.py
|
Collect node debug information for frozen graphs
|
2019-06-18 22:30:47 -07:00 |
convert_saved_model.py
|
Collect node debug information for frozen graphs
|
2019-06-18 22:30:47 -07:00 |
convert_test.py
|
Remove run_v1_only from Python tests in the lite directory. This CL updates convert_test.py, lite_flex_test.py, util_test.py.
|
2019-07-31 10:55:07 -07:00 |
convert.py
|
Fix type-checking bug from PR #30615. That PR checked if a value was a unicode string using isinstance(debug_info_str, str). But in Python 2.x, str is the byte-string type. So check against bytes instead.
|
2019-07-24 20:35:21 -07:00 |
create_custom_op.py
|
\nInternal refactor\n
|
2018-12-19 15:13:29 -08:00 |
interpreter_test.py
|
Automated rollback of commit f408c2744d
|
2019-07-12 10:37:21 -07:00 |
interpreter.py
|
Make delegate options compatible with python3.
|
2019-07-19 18:50:32 -07:00 |
lite_constants.py
|
Enable Float16 conversion of model constants through Python API
|
2019-07-03 18:23:05 -07:00 |
lite_flex_test.py
|
Remove run_v1_only from Python tests in the lite directory. This CL updates convert_test.py, lite_flex_test.py, util_test.py.
|
2019-07-31 10:55:07 -07:00 |
lite_mlir_test.py
|
Remove run_v1_only from lite_mlir_test Python tests.
|
2019-08-01 09:56:08 -07:00 |
lite_test.py
|
Remove run_v1_only from lite_test Python tests.
|
2019-08-01 11:16:21 -07:00 |
lite_v2_test.py
|
Collect node debug information for frozen graphs
|
2019-06-18 22:30:47 -07:00 |
lite.py
|
Move the common attributes into the TFLiteConverter base class.
|
2019-07-12 18:34:54 -07:00 |
op_hint.py
|
Handle StatelessWhile in OpHint.
|
2019-07-30 11:18:27 -07:00 |
tflite_convert.py
|
Add --quantize_to_float16 flag to tflite_convert
|
2019-07-15 15:24:47 -07:00 |
util_test.py
|
Remove run_v1_only from Python tests in the lite directory. This CL updates convert_test.py, lite_flex_test.py, util_test.py.
|
2019-07-31 10:55:07 -07:00 |
util.py
|
Add support for control flow v2 to TFLite.
|
2019-07-11 13:35:03 -07:00 |
wrap_toco.py
|
Move TOCO python bindings to be built under the main TensorFlow Python DSO.
|
2019-07-12 17:17:50 -07:00 |