tflite-micro icon indicating copy to clipboard operation
tflite-micro copied to clipboard

Want to check the variable values of OPs

Open haoliu001 opened this issue 9 months ago • 0 comments

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.

haoliu001 avatar May 23 '24 19:05 haoliu001