> And in the case when the scale is a power of two, use shift and normalize > might be better than float scale and round
Yes, the shift and normalize can completely by done in integer scale instead of going to Floating point (even if they are not a multiple of 2). I have been prototyping that. Will update. -- 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-508971132