We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b799d7 commit ccde933Copy full SHA for ccde933
src/EloquentTinyML.h
@@ -85,7 +85,7 @@ namespace Eloquent {
85
// copy output
86
if (output != NULL) {
87
for (size_t i = 0; i < outputSize; i++)
88
- output[i] = this->output->data.f[0];
+ output[i] = this->output->data.f[i];
89
}
90
91
return this->output->data.f[0];
0 commit comments