anijain2305 commented on pull request #7613: URL: https://github.com/apache/tvm/pull/7613#issuecomment-793268728
@jwfromm Thanks for the contribution. One high-level question is - Is it possible to have one op - say `simulate_q` that has both `in_dtype` and `out_dtype` params and can act as `simulated_quantize` or `simulated_dequantize` depending on dtypes? The input/output will always be of dtype fp32, but the `in_dtype` and `out_dtype` params can be int/float and tell if our intent is to simulate quantize or dequantize. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
