Skip to content

Commit

Permalink
Update pre_scaling.py
Browse files Browse the repository at this point in the history
  • Loading branch information
i-colbert committed Nov 2, 2023
1 parent 6cdadcd commit b5f0e9e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/brevitas/core/scaling/pre_scaling.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
from brevitas.core.stats.stats_wrapper import _Stats
from brevitas.function import abs_binary_sign_grad

__all__ = [
"ParameterPreScalingWeightNorm",]
__all__ = ["ParameterPreScalingWeightNorm", "AccumulatorAwareParameterPreScaling"]


class ParameterPreScalingWeightNorm(brevitas.jit.ScriptModule):
Expand Down

0 comments on commit b5f0e9e

Please sign in to comment.