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 0d2c03b commit a89867dCopy full SHA for a89867d
onnxruntime/core/mlas/lib/eltwise.cpp
@@ -76,7 +76,7 @@ MlasEltwiseMul<float>(
76
output += 4;
77
N -= 4;
78
} else {
79
- *output = *left + *right;
+ *output = (*left) * (*right);
80
81
left += 1;
82
right += 1;
0 commit comments