Question
Using "ai__create(ai_handle* network, const ai_buffer* network_config)"
I want to use my converted model, and the first step as is mentioned in the instructions, is to use this function. But I don't exactly understand what should I pass as the first argument (network) to the function. should I pass "ai_linearmodel_data_weights_get()" ??
