-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support standard ONNX quantized operators? #9
Comments
We consider deploying quantized model on TVM important, deploying on TVM with |
@Tracin
It seems that ONNX does not support the custom fake quantize Op |
|
Hi, I've been looking for an end2end quantization deployment solution, so far I've tried the
onnxrutime + TVM
stack, butonnxruntime
only supports naive PTQ methods. Your work looks really promising, however, I wonder canMQBench
export the quantized model in the form of standard ONNX quantized ops likeQLinearConv, QuantizeLinear, DequantizeLinear
, etc?See: apache/tvm#8838
The text was updated successfully, but these errors were encountered: