Commit graph

6 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
Måns Nilsson
e440f0ab81
Update CMSIS third party download (#2716)
CMSIS is updated from CMSIS_5 to CMSIS_6.

BUG=It is recommended to upgrade from CMSIS_5 to CMSIS_6
2024-10-28 19:16:43 +00:00
Måns Nilsson
8085cecefc
Add kernel build flag for prioritizing speed or size (#2408)
Adds a build flag that can be used by any kernel to provide a different implementation depending on use case.
Adds a first use case for cmsis-nn transpose conv.

The background for this PR is in https://github.com/tensorflow/tflite-micro/pull/2345

BUG=none
2024-02-23 18:03:57 +00:00
Michael O'Cleirigh
a30942eb03
docs: Fix broken listing in contribution docs (#805)
I was reading the optimized_kernel_implementations.md and I noticed multiply characters inline with the text.  I believe the items were supposed to be shown as an unordered list and not inline.

I fixed the structure so that they now show up as an unordered list
2021-12-19 19:49:53 +00:00
Advait Jain
2620f729b7
Remove all hardware-specific code from the TFLM examples. (#672)
In addition, this PR also removes support for the Makefile based project generation.

Relevant issues:
 * https://github.com/tensorflow/tflite-micro/issues/407
 * https://github.com/tensorflow/tflite-micro/issues/445

The documentation, tests for the examples etc. still need to be updated,
and that will be addressed in follow-up PRs.

Additionally, there are some existing users that may not have fully
transitioned over to the new project generation and examples guidance.
This will be a breaking change for these users but is something that we
need to do to make progress on the goals of #407.

BUG=#407
2021-11-11 00:20:37 +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