mbrookhart opened a new pull request #6687:
URL: https://github.com/apache/incubator-tvm/pull/6687


   We found some quantized models that were performing Int32 average pooling 
with input tensors that had Int64 shapes. This cause an error in te where the 
resulting computations were implicitly up cast from int32 to int64 due to the 
way the topi functions were handling input shapes. 
   
   This PR adds unit tests that hit the error and provides fixes for the 
currently implemented ops.
   
   @tmoreau89 @jwfromm 


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