aboutsummaryrefslogtreecommitdiff
path: root/ethosu/vela/softmax.py
diff options
context:
space:
mode:
Diffstat (limited to 'ethosu/vela/softmax.py')
-rw-r--r--ethosu/vela/softmax.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethosu/vela/softmax.py b/ethosu/vela/softmax.py
index 1655427e..a0fd19ca 100644
--- a/ethosu/vela/softmax.py
+++ b/ethosu/vela/softmax.py
@@ -353,8 +353,8 @@ class SoftMax:
)
add_op = create_add(
f"{self.op.name}_add{pass_number}",
- f0_one_const,
shifted_sum_minus_one,
+ f0_one_const,
one_scale_quant,
activation,
)