tflite-micro
tflite-micro copied to clipboard
Want to check the variable values of OPs
Hi,
Recently, I wanted to check the values of some variables in OPs, like some variables inside the "inline void FullyConnected(...)" function in the "fully_connected.h" file.
To achieve it, I used the serial port to print it out after uploading the corresponding code. It did not work. Do you have any suggestions for checking these values? (I did not use debugger since my MCUs do not support it well.)
Thanks in advance.