Commit graph

15 commits

Author SHA1 Message Date
Esun Kim
d7f46b6fb7
[Doc] Fix typos (#3446)
* Fix typos

* Typos

* More

* Last
2026-02-11 17:18:49 +00:00
Esun Kim
4b55bf790e
[CI] Updated the doc & labler. (#3427)
* Updated CI 2

* Updated

* Updated 2
2026-02-09 23:07:36 -08:00
Advait Jain
c27c471b27
Change comment to refer to 3.11 instead of 3.9 (#2029)
BUG=cleanup
2023-06-08 18:11:59 +00:00
phuzybuny
7330d1cf7a
Update python guide requirements (#1906)
BUG=fix documentation
2023-04-17 00:35:20 +00:00
Pauline Sho
4b419e9150
Add README for Python interpreter
BUG=b/256650563
2022-11-04 17:30:47 +00:00
TANMAY DAS
5330f1620b
Changing the gen directory from tensorflow/lite/micro/make/gen to gen/.
BUG=https://b.corp.google.com/issues/244204467
2022-09-01 01:27:56 +00:00
Pauline Sho
7578727ce8
Improve documentation for testing with Docker (#1154)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2022-05-24 17:39:01 +00:00
Steven Toribio
ce2016d0c6
First Commit making sure workflow is setup (#1099) 2022-05-03 18:11:46 -07:00
jwithers
842768675c
updating docs to include merge queue details (#1063)
Co-authored-by: Pauline Sho <psho@google.com>
2022-04-20 19:33:02 +00:00
Ryan Kuester
1d43008368
Small fix to broken link in CI doc (#746) 2021-11-29 19:46:05 +00:00
Nat Jeffries
a9382ec1c6
Add doc explaining data generation in TFLM examples (#694) 2021-11-17 20:24:20 +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
6cb1580846
Update to the latest buildifier release. (#633)
* Update to the latest buildifier release.

For the previous buildifier version, the exit code would always be 0
(regardless of whether files needed formatting or not).

Manually confirmed that with version 4.2.3 the test_code_style.sh script
correctly errors out when a BUILD file has formatting errors (and that
it doesn't with the previous version).

Also,
 * Updated the docker container and pointing to the new container.
 * Fix the formatting errors in .bzl file that crept in because this check was not working in OSS.

BUG=http://b/203803273

* Exclude the downloads directory.

* Updated docs based on review comments.
2021-10-27 22:46:49 +00:00
Advait Jain
762ff80073
Groundwork to enable python format checks (via yapf) as part of the CI. (#314)
With this change:
 * we are set up to use yapf as part of the docker container
 * pigweed patch is updated to use the google Python style (pep8 with indent of 2 spaces)
 * some documentation updates.

The code still needs to be formatted, and then the Python formatting check will be turned on as part of ci.

BUG=http://b/194404216
2021-07-22 21:21:00 +00:00
Advait Jain
6c7bd6436f
Workflow to sync code from github.com/tensorflow/tensorflow (#35) 2021-04-29 20:10:20 +00:00