Skip to content

Commit c37d953

Browse files
committed
fix qonnx review suggestions (part 2)
1 parent b36fe4f commit c37d953

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hls4ml/model/optimizer/passes/merge_const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def transform(self, model, node):
6767

6868

6969
class MergeToApplyAlpha(OptimizerPass):
70-
"""Convert Add, Sub, Mul, or Div Merges with consant to ApplyAlpha"""
70+
"""Convert Add, Sub, Mul, or Div Merges with constant to ApplyAlpha"""
7171

7272
def match(self, node):
7373
is_match = (
@@ -178,7 +178,7 @@ def transform(self, model, node):
178178

179179
class MergeToApplyAlphaDiv(OptimizerPass):
180180
"""
181-
Convert Div Merges with consant to ApplyAlpha
181+
Convert Div Merges with constant to ApplyAlpha
182182
183183
TODO: propagate precision
184184
"""

0 commit comments

Comments
 (0)