Associate
August 6, 2019
Question
how to use public API of cubeMX AI API
- August 6, 2019
- 2 replies
- 2053 views
We have a trained keras model, and we we are trying to deploy it on the stm32. We successfully loaded the model on cubeMX and can see the generated code in Keil.(attached .h and .c files).
WE are having difficulty understanding what to pass as arguments to the create function below - Any suggestions would be of great help.
ai_error ai_rnn2_create(
ai_handle* network, const ai_buffer* network_config);
thank you
siva
