A detailed Analysis of the hello_world_test.cc program

Below the license header the program has a number of include directives giving access to the tflite micro library as well as a number of macros.

hello_world_test_include.png

tensorflow/lite/core/c/common.h:

defines the macro TF_LITE_ENSURE_STATUS as well as a number of data structures and it gives access to core functtionality of the tflite core library.

tensorflow/lite/micro/examples/hello_world/models/hello_world_float_model_data.h and 
tensorflow/lite/micro/examples/hello_world/modules/hello_world_int8_model_data.h

are the models created with train.py and converted to a C++ array with xxd.

-- Uli Raich - 2023-09-08

Comments


Edit | Attach | Watch | Print version | History: r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r1 - 2023-09-08 - UliRaich
 
  • Edit
  • Attach
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback