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: Fix inf/-inf handling in comparison function
`compare_rel_frobenius_and_cosine_similarity` was not handling inf/-inf
correctly for cases where zero points were non-zero. This patch
addresses this issue by using qmin/qmax together with the zero point
when translating inf/-inf in the floating-point reference before
comparison.
Signed-off-by: Martin Lindström <Martin.Lindstroem@arm.com>
Change-Id: I498783bdf2065eae22c262a6179534682aa7c5ec
0 commit comments