Build and convert models | TensorFlow Lite
www.tensorflow.org › lite › microcontrollersJul 15, 2021 · Many microcontroller platforms do not have native filesystem support. The easiest way to use a model from your program is to include it as a C array and compile it into your program. The following unix command will generate a C source file that contains the TensorFlow Lite model as a char array: xxd -i converted_model.tflite > model_data.cc