Commit graph

5 commits

Author SHA1 Message Date
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