There are a couple of things in this gemmlowp quantization example, which you should perhaps consider how it could be supported in your requantize api. 1. ability to specify that range should be extended to include a zero value. 2. ability to specify that the range should be nudged so that exact zero is an integer value. ` https://github.com/google/gemmlowp/blob/master/doc/quantization_example.cc `
-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/dmlc/tvm/issues/3591#issuecomment-514034248