onnxruntime-riscv
onnxruntime-riscv copied to clipboard
only symmetric quant supported?
Hi, I quantized my model using onnx's API in Python (quantize_static), and then I want to run it in onnxruntime_riscv. However, after rewriting my own systolic_runner, I got an error message saying the systolic currently only supports the symmetric quantization. I am wondering why, and is it possible to support the asysmmetric quant?
Thanks for any reply.