Commit Graph

9 Commits

Author SHA1 Message Date
TFLM-bot 4bbdef5f8a
Automated sync from github.com/tensorflow/tensorflow (#2251)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2023-09-29 16:09:38 +00:00
TFLM-bot c6e758b3ac
Automated sync from github.com/tensorflow/tensorflow (#2049)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2023-06-20 22:33:01 +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 2ea0867623
Automated sync from github.com/tensorflow/tensorflow (#1736)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2023-02-13 05:17:59 +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
TFLM-bot b7b95879f2
Automated sync from github.com/tensorflow/tensorflow
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2022-12-21 17:43:11 +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