How to use CubeAI generated AI APIs in .c .h files
Hi,there
I'm a new learner and I'm trying to deploy an AI example given by ST official ,I trained the model using example dataset and generated an MDK file.I see there has some APIs for users to create and init neural net work like these:

AI_API_ENTRY
ai_error ai_network_create_and_init(
ai_handle* network, const ai_handle activations[ ], const ai_handle weights[ ]);
And my questions :Where can I find "network" handle ,"activations" and "weights"?Or does any one can offer me your project as an example?Much thanks.
