You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/06/01 10:22:02 UTC

[GitHub] [tvm] czh978 opened a new pull request, #11521: [Frontend][TFLite] Improve support for half_pixel_centers in resize

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

   I add a test about resize_nearest_neighbor op when it‘s half_pixel_centers=True,the test will not to pass.
   I found out that this was caused by the rounding_method value when half_pixel_centers=True.
   Therefore, I improve support for half_pixel_centers in resize.


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] AndrewZhaoLuo merged pull request #11521: [Frontend][TFLite] Improve support for half_pixel_centers in resize

Posted by GitBox <gi...@apache.org>.
AndrewZhaoLuo merged PR #11521:
URL: https://github.com/apache/tvm/pull/11521


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tvm] czh978 commented on pull request #11521: [Frontend][TFLite] Improve support for half_pixel_centers in resize

Posted by GitBox <gi...@apache.org>.
czh978 commented on PR #11521:
URL: https://github.com/apache/tvm/pull/11521#issuecomment-1150598670

   @AndrewZhaoLuo 


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org