Commit graph

4 commits

Author SHA1 Message Date
Advait Jain
94ddbfe8ba Revert "Merge"
This reverts commit 1ca285989c, reversing
changes made to b703c9f934.

Revert created with the following command:
```
git revert 1ca285989c -m 2
```
2021-08-24 10:54:17 -07:00
Advait Jain
fdc88436a1 Delete (most of the) Arduino-specific code.
Moving forward, TFLM support for Arduino is going to be maintained in a
stand-alone repository at:
https://github.com/tensorflow/tflite-micro-arduino-examples

BUG=http://b/193823889
2021-08-11 13:46:38 -07:00
Advait Jain
0315e685f1
Format all the code (#315)
* Groundwork to enable python format checks (via yapf) as part of the CI.

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

* Format all the code.

Once this change is merged, we will turn on Python formatting check as
part of the CI.

* minor formatting update.
2021-07-22 21:37:41 +00:00
Advait Jain
a37043ff7a
Manually sync'd code from upstream TF. (#2)
Confirmed that the following command passes:
```
./tensorflow/lite/micro/tools/ci_build/test_all_new.sh GITHUB_PRESUBMIT
```
2021-04-09 11:17:58 -07:00