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
zero and isZero are not properly handled for quantized types.
Taking quantized int8 for example with {Scale, Offset} parameters.
Given that dequantization is calculated as Scale * (x_quantized - Offset), actual zero value should be represented as Offset and not just 0.
The text was updated successfully, but these errors were encountered:
zero and isZero are not properly handled for quantized types.
Taking quantized int8 for example with {Scale, Offset} parameters.
Given that dequantization is calculated as Scale * (x_quantized - Offset), actual zero value should be represented as Offset and not just 0.
The text was updated successfully, but these errors were encountered: