mehrdadh commented on issue #8062:
URL: https://github.com/apache/tvm/issues/8062#issuecomment-844258843


   @manupa-arm it is a quantized network and the final output is expected to be 
int8. Here is the full AOT generated library:
   [lib1.c](https://gist.github.com/mehrdadh/c43bfab49e493892b7c87a04d2c427dd)
   
   `output_0` has been reused in two other functions which both interpret it as 
`float` and that causes the issue. I have used float model with the same setup 
and this issue doesn't happen since reusing output in that case doesn't have a 
conflict.


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


Reply via email to