Skip to content

Commit

Permalink
chore: fix review
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Jun 20, 2024
1 parent 828772b commit 265bb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/concrete/ml/quantization/quantized_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ def q_impl(
def can_fuse(self) -> bool:
"""Determine if this op can be fused.
Add operation can be computed in float and fused if it operates over inputs produced
Div operation can be computed in float and fused if it operates over inputs produced
by a single integer tensor.
Returns:
Expand Down Expand Up @@ -1833,7 +1833,7 @@ def copy_function(x):
def can_fuse(self) -> bool:
"""Determine if this op can be fused.
Add operation can be computed in float and fused if it operates over inputs produced
Mul operation can be computed in float and fused if it operates over inputs produced
by a single integer tensor.
Returns:
Expand Down

0 comments on commit 265bb0f

Please sign in to comment.