honghuichao opened a new issue, #13477:
URL: https://github.com/apache/tvm/issues/13477

   when I run FQ2I,some data consistency check failed. the network has such 
structure:
   
   **quantize(int8) +dequantize+add+mul+quantize(int8);
   
   and after run FQ2I, the stucture will convert to: 
**quantize+qnn.add(int8)+qnn.mul(int8)+quantize;
   
   and the output scale of qnn.add fetch from the last quantize node, I thik it 
wrong. and the correct is from the input scale of qnn.add,and the output type 
of qnn.add should be int32. if the output type of qnn.add is “int8”,and the 
range of data is insufficiency.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to