Skip to content

Commit

Permalink
fix permute dims
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe5 committed Sep 13, 2024
1 parent 48b0e3b commit 377471e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/brevitas/quant/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,7 @@ class PerChannelPreNorm(ExtendedInjector):
normalize_stats_impl = (this << 1).normalize_stats_impl
tracked_parameter_list = (this << 1).tracked_parameter_list
pre_scaling_shape = (this << 1).pre_scaling_shape
permute_dims = (this << 1).permute_dims


class SolvePostScaleGranularity(ExtendedInjector):
Expand Down

0 comments on commit 377471e

Please sign in to comment.