Skip to content

Commit

Permalink
Update zero_point.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 authored Jan 15, 2025
1 parent f90b520 commit 6815c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brevitas/core/zero_point.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def __init__(
zero_point_stats_impl: Module,
int_quant: Module,
quantize_zero_point: bool) -> None:
super(RuntimeDynamicGroupZeroScaling, self).__init__()
super(RuntimeDynamicGroupZeroPoint, self).__init__()

self.zero_point_stats_impl = zero_point_stats_impl
self.input_view_impl = input_view_impl
Expand Down

0 comments on commit 6815c48

Please sign in to comment.