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 2021/06/25 22:16:56 UTC

[GitHub] [tvm] mbrookhart opened a new pull request #8346: [DRAFT][Relay][TOPI] Resize 1D

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


   This PR introduces a Resize1D op and refactors Resize2D and Resize3D so that all three follow the same API and implementation strategy. 
   
   I'm labeling this Draft for two reasons:
   I'm not sure I got all of the spots this API change affects, so I want to run it through CI to catch that.
   I need to write a reference for 1D and 3D cubic interpolation, ONNX runtime doesn't support these kernels.
   
   cc @jwfromm @masahi 


-- 
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] masahi merged pull request #8346: [Relay][TOPI] Resize 1D

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #8346:
URL: https://github.com/apache/tvm/pull/8346


   


-- 
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] masahi commented on pull request #8346: [Relay][TOPI] Resize 1D

Posted by GitBox <gi...@apache.org>.
masahi commented on pull request #8346:
URL: https://github.com/apache/tvm/pull/8346#issuecomment-873987972


   Thanks @mbrookhart 


-- 
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] mbrookhart commented on pull request #8346: [Relay][TOPI] Resize 1D

Posted by GitBox <gi...@apache.org>.
mbrookhart commented on pull request #8346:
URL: https://github.com/apache/tvm/pull/8346#issuecomment-873257510


   @masahi @jwfromm I think this is finally ready for review. Sorry for dumping such a large PR on you on a Friday :( Totally fine if you don't get to it for a while.


-- 
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] masahi merged pull request #8346: [Relay][TOPI] Resize 1D

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #8346:
URL: https://github.com/apache/tvm/pull/8346


   


-- 
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] masahi commented on pull request #8346: [Relay][TOPI] Resize 1D

Posted by GitBox <gi...@apache.org>.
masahi commented on pull request #8346:
URL: https://github.com/apache/tvm/pull/8346#issuecomment-873987972


   Thanks @mbrookhart 


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