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


   @jwfromm @masahi 
   
   #8346 Refactored the resize kernel, and in doing so accidentally introduced 
flakiness in the TF crop and resize kernel by forgetting that floor(x) + 1 != 
ceil(x) if x is an integer.
   
   For other codepaths, I included code to normalize bounds access, but that 
was previously skipped for crop and resize. This enables it for that codepath 
to fix the flakiness 


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