Skip to main content
DLim.19
Visitor II
January 11, 2020
Question

X-CUBE-AI 5.0

  • January 11, 2020
  • 0 replies
  • 726 views

aiSystemPerformance.c :

line 937 and 940

for (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 loop is inside of the other loop, but they share the same running variable i.

This topic has been closed for replies.