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 2019/11/27 06:13:11 UTC

[GitHub] [incubator-tvm] jwfromm commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize

jwfromm commented on issue #4417: [TOPI][RELAY][OP] add op crop_and_resize
URL: https://github.com/apache/incubator-tvm/pull/4417#issuecomment-558946057
 
 
   Looking at this again, I was wondering if there's any reason we can't implement a separate `topi.crop` function then have `topi.crop_and_resize` simply first call `topi.crop` then call `topi.resize`. That seems like it would be by far the cleanest implementation.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services