> > We need to add `in_dtype` in the dequantize op as the calculations will be > > different, especially the range to use. > > Guess the input tensor has such information already?
@jackwish, the input data is generally an `Expr` can be `Var` or `IntImm` or some other type of `Expr`. How will i get `in_dtype` from an `Expr`? -- 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/2351#issuecomment-505254571