Question
CUBE AI 8.1.0 does not run
Hello, I saw the link below and ran it.
// Set pointers wrapper structs to our data buffers
ai_input[0].n_batches = 1;
ai_input[0].data = AI_HANDLE_PTR(in_data);
ai_output[0].n_batches = 1;
ai_output[0].data = AI_HANDLE_PTR(out_data);
An error is occurring in this code.
Can you provide example code so I can easily check it?
