User Activity

aiSystemPerformance.c :line 937 and 940for (int i = 0; i < net_exec_ctx[idx].report.n_inputs; i++) {for (ai_size i = 0; i < AI_BUFFER_SIZE(&ai_input[i]); ++i) {In my opinion, different running variable i should be used for the above for loops.One loo...