You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arm backend: Annotate ADD/SUB with indepenedent observers (#13516)
We were annotating the ADD/SUB with a shared observer resulting in the
same quantisation parameters on the two inputs even if we were adding
numbers in different ranges(positive tensor to a tensor with positive
and negative values). As a result,
the quantisation parameters were suboptimal. This change annotates the
operator with independent observers and changes how we rescale the two
inputs to bring them to the same range. Added a unit test of a resnet
model. Lowered the number of channels on a few unit tests in order to
keep the Total SRAM Used below 2MB for the Ethos-U55 to fit within the
memory limit of the Corstone-300.
Fixes#12959
Co-authored-by: Digant Desai <[email protected]>
0 commit comments