Skip to content

Commit

Permalink
[onert-micro] Add tflite model for example app
Browse files Browse the repository at this point in the history
This commit adds tflite model for example app.

ONE-DCO-1.0-Signed-off-by: Vyacheslav Bazhenov <[email protected]>
  • Loading branch information
Vyacheslav Bazhenov committed Oct 30, 2023
1 parent 0b3f914 commit c880cbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions onert-micro/examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## How to build an example
- Build ONE toolchain
- Convert your tflite model to circle using tflite2circle from toolchain
e.g. `./tflite2circle ./speech_recognition_float.tflite ./speech_recognition_float.circle`
- Convert model to C array: `xxd -i ./speech_recognition_float.circle ./speech_recognition_float.h`
- Include C array with model to your project
Binary file not shown.

0 comments on commit c880cbe

Please sign in to comment.