We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6e108 commit 7e1fd5eCopy full SHA for 7e1fd5e
src/brevitas/quant/base.py
@@ -481,6 +481,10 @@ class AccumulatorAwareZeroCenterWeightQuant(AccumulatorAwareWeightQuant):
481
"""
482
per_channel_pre_norm = AccumulatorAwareZeroCenterPerChannelPreNorm
483
484
+ @value
485
+ def pre_zero_point_impl():
486
+ return this.per_channel_pre_norm.pre_zero_point_impl
487
+
488
489
class MSESubInjectorBase(ExtendedInjector):
490
0 commit comments