Commit graph

3 commits

Author SHA1 Message Date
TFLM-bot
f2f53c1ade
Automated sync from github.com/tensorflow/tensorflow (#2269)
BUG=automated sync from upstream
NO_CHECK_TFLITE_FILES=automated sync from upstream
2023-10-13 03:24:44 +00:00
David Davis
8d43320b01
Move Arduino specific code to seperate repo (#369)
* Add files from TfLite

Added batch_matmul.h and tensor_utils_common.h that are needed for the BATCH_MATMUL operator.

* Arduino library creation for CI build.
Issue# 256

* fix bug with include file path flattening

* fix examples path generation

Some files in examples source and headers list are not in the examples directory.  They can be tensorflow files or third-party files.  The code is corrected so that these files end up inside the generated directory tree.  Previously, these files were being placed outside the generated directory tree and were thus invisible to follow-on targeted generation scripts.

* remove/revert files that go into the arduino-examples repo

* Format with:

```
tensorflow/lite/micro/tools/ci_build/test_code_style.sh --fix_formatting
```

* request changes to PR

* Removed symbolic link for micro_speech example from Makefile.
Added additional include flags to Makefile.
Adjusted header file transformations during base tree creation.

* Fix formatting.

* Move Arduino specific code to seperate repo

Remove ARDUINO defines.
Fix incorrect NDEBUG use.

Issue  #256

Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
Co-authored-by: Advait Jain <advaitjain@google.com>
2021-08-06 05:18:31 +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