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: [email protected] With regards, Apache Git Services
