Commit graph

11 commits

Author SHA1 Message Date
Esun Kim
ff3209d088
Manually synced from upstream (#3650)
* Synced

* No absl

* Fix warning

* no_sanitize revised
2026-08-12 08:25:39 -07:00
TFLM-bot
35b20c5c74
Sync from upstream TF. (#3625) 2026-07-13 11:31:17 -07:00
TFLM-bot
fddd3707a3
Sync from upstream TF. (#3617) 2026-07-08 22:34:57 +00:00
Esun Kim
e142972d4f
Manual sync from sync from github.com/tensorflow/tensorflow (#3616)
* Synced

* Added FLOAT8_* types
2026-07-01 18:13:01 -07:00
Esun Kim
fbda8b8d6b
Manual sync from sync from github.com/tensorflow/tensorflow (#3601)
* Synced

* No abseil
2026-07-01 14:46:41 -07:00
TFLM-bot
6fc405dd65
Automated sync from github.com/tensorflow/tensorflow (#3033)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2025-03-07 18:05:46 +00:00
TFLM-bot
feea164f7d
Automated sync from github.com/tensorflow/tensorflow (#1829)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2023-03-16 16:56:10 +00:00
TFLM-bot
b2eb8f68de
Automated sync from github.com/tensorflow/tensorflow (#1696)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2023-02-01 02:49:38 +00:00
Advait Jain
e958bb1161
Allow using Python scripts without bazel. (#639)
* Allow using Python scripts without bazel.

Manually verified and documented the steps that I can follow to run
Python code without Bazel.

BUG=http://b/204109200
NO_CHECK_TFLITE_FILES=manually ran the sync script.

* Address review comments.
2021-10-29 14:40:24 -07:00
Advait Jain
05694f8c38
Add flatbuffer_utils and corresponding test to the bazel build. (#632)
This is the first step towards being able to manipulate flatbuffers from
Python from the TFLM github repository.

Manually confirmed that the following command works:
```
bazel test tensorflow/lite/tools:flatbuffer_utils_test
```

Note that the code that is sync'd from TF needs to have an updated
import path and we have changed the sync script to perform this
transformation.

These python tests will also be run as part of the bazel CI.

BUG=http://b/204109200
2021-10-28 15:57:34 -07:00
TFLM-bot
0beb99eb2a
Automated sync from github.com/tensorflow/tensorflow (#629) 2021-10-27 17:55:45 +00:00