Skip to content

Commit bef8fe8

Browse files
authored
Delete the magic_wand example (#1851)
We are moving in a direction where the goal of the code within the TFLM examples directory is to illustrate how to use different functionality of the framework. Examples that don't exercise very different functionality from the others can be removed. BUG=cleanup
1 parent 1b68490 commit bef8fe8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+3
-2751
lines changed

tensorflow/lite/micro/docs/new_platform_support.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ only the sources that are necessary to build the code TFLM library.
4545
python3 tensorflow/lite/micro/tools/project_generation/create_tflm_tree.py \
4646
-e hello_world \
4747
-e micro_speech \
48-
-e magic_wand \
4948
-e person_detection \
5049
/tmp/tflm-tree
5150
```
@@ -114,7 +113,7 @@ optimized kernel implementations (and associated third party dependencies).
114113
For example:
115114
```
116115
python3 tensorflow/lite/micro/tools/project_generation/create_tflm_tree.py \
117-
-e hello_world -e magic_wand -e micro_speech -e person_detection \
116+
-e hello_world -e micro_speech -e person_detection \
118117
--makefile_options="TARGET=cortex_m_generic OPTIMIZED_KERNEL_DIR=cmsis_nn TARGET_ARCH=project_generation" \
119118
/tmp/tflm-cmsis
120119
```

tensorflow/lite/micro/examples/magic_wand/BUILD

Lines changed: 0 additions & 171 deletions
This file was deleted.

tensorflow/lite/micro/examples/magic_wand/Makefile.inc

Lines changed: 0 additions & 85 deletions
This file was deleted.

tensorflow/lite/micro/examples/magic_wand/README.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

tensorflow/lite/micro/examples/magic_wand/accelerometer_handler.cc

Lines changed: 0 additions & 35 deletions
This file was deleted.

tensorflow/lite/micro/examples/magic_wand/accelerometer_handler.h

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)