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
❓ i am custom my quantization module in python, after i convert the module to my int8 module
1、how can i get raw int8 value from quantized tensor passed in by forward ? ,the input x is a quantized tensor in float value pair with scale , zero point at purpose of quantization
2、how can i init a quantized uint8 tensor with my scale and zero point ?