@FrozenGene I dont think `requantize` should take output_min and output_max. We 
can use `requantize` after/before any operator, where `relu` might not be at 
all applicable. Instead, I would suggest having two clip operators. And then 
relying on Relay passes to optimize the graph - in this case converting two 
back-to-back clip into a single clip.

We had similar discussion here - 
https://github.com/dmlc/tvm/issues/2351#issuecomment-502418630

-- 
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-514496886

Reply via email to