Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tensorflow/lite/micro/docs/new_platform_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ only the sources that are necessary to build the code TFLM library.
python3 tensorflow/lite/micro/tools/project_generation/create_tflm_tree.py \
-e hello_world \
-e micro_speech \
-e magic_wand \
-e person_detection \
/tmp/tflm-tree
```
Expand Down Expand Up @@ -114,7 +113,7 @@ optimized kernel implementations (and associated third party dependencies).
For example:
```
python3 tensorflow/lite/micro/tools/project_generation/create_tflm_tree.py \
-e hello_world -e magic_wand -e micro_speech -e person_detection \
-e hello_world -e micro_speech -e person_detection \
--makefile_options="TARGET=cortex_m_generic OPTIMIZED_KERNEL_DIR=cmsis_nn TARGET_ARCH=project_generation" \
/tmp/tflm-cmsis
```
Expand Down
171 changes: 0 additions & 171 deletions tensorflow/lite/micro/examples/magic_wand/BUILD

This file was deleted.

85 changes: 0 additions & 85 deletions tensorflow/lite/micro/examples/magic_wand/Makefile.inc

This file was deleted.

33 changes: 0 additions & 33 deletions tensorflow/lite/micro/examples/magic_wand/README.md

This file was deleted.

This file was deleted.

This file was deleted.

Loading