lhutton1 opened a new pull request, #11397:
URL: https://github.com/apache/tvm/pull/11397

   All codegen tests have been running with a representative dataset between 
0,1 which masked an output mismatch in Leaky ReLU when compared to TFLite 
kernels. This issue can be replicated by replacing the representative dataset 
range with something like -1,1.
   
   To fix this mismatch, we use the same implementation for calculating LUT 
values as Vela which uses arithmetic constrained to quantized values, rather 
than the previously used floating point calculations.
   
   cc @ekalda @NicolaLancellotti @manupa-arm 


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