This is a code-generated example of the hello world model. The generated source is checked in for now so that it can be reviewed during the prototyping stage.
Please note that this will execute Bazel from make as part of the process.
make -f tensorflow/lite/micro/tools/make/Makefile codegen_hello_world
TODO(rjascani): The command works, but it‘ll just crash as we don’t have all of the data structures fully populated yet.
make -f tensorflow/lite/micro/tools/make/Makefile run_codegen_hello_world
To update the generated source, you can execute this make target:
./codegen/examples/hello_world/update_example_source.sh