X-CUBE-AI 7.1.0 Generated Code Initialisation and use
Hello, everyone.
I had a problem with version 7.1.0 of X-CUBE-AI.
When I load the TFlite model of the neural network and generate the code I have problems initializing the input and output buffers. In particular I have a problem with this assignment: ai_buffer ai_input[AI_NETWORK_IN_NUM] = AI_NETWORK_IN;
The compiler gives me a problem with the AI_NETWORK_IN macro, which is listed as deprecated and returns ai_buffer*. Has anyone else encountered the same problem? How can it be solved?
In version 5.20.0, I had no problems with initialisation and already evaluated many different examples.
Thank you,
Davide
