AndrewZhaoLuo opened a new pull request #9512: URL: https://github.com/apache/tvm/pull/9512
Resize can either take a scale or size parameter describing how the resize operation can be performed. Both cannot be given and we throw an error if they are. However, we assume if size is present then scale is none. This is not exhaustive as sometimes it seems that an empty sequence is also sufficient for this. See the previous opset implementations for Resize to see this case. -- 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]
