[Fix](Exports) Generated main.cpp mutli outputs result log
Context
The main.cpp file generated during the export process do not handle multi outputs properly, as the same confidence
variable is used for all outputs (whereas they may have different types).
Changes
Fix
-
main.cpp
generated file now handles multi outputs.