Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Jan 28, 2025
1 parent 5a41cfb commit b3cbf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/export/common/handler/qcdq.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def symbolic_execution(
output_bit_width = self.symbolic_kwargs['output_bit_width']
narrow_range = self.symbolic_kwargs['narrow_range']
dtype = self.int8_dtype() if signed else self.uint8_dtype()
scale = self.symbolic_kwargs['output_scale'] # Input scale is ignored now
scale = self.symbolic_kwargs['output_scale'] # Input scale is ignored now
# If original dtype of scale is (b)float16, store the original scale dtype
# and cast the scale and the input to float32
scale_dtype = scale.dtype
Expand Down

0 comments on commit b3cbf16

Please sign in to comment.