cbalint13 opened a new pull request, #18209: URL: https://github.com/apache/tvm/pull/18209
This updates ONNX Resize to work with relax.expr.ShapeExpr parameters. --- #### Sample: I attach a use case [nnblur.onnx.gz](https://github.com/user-attachments/files/21781486/nnblur.onnx.gz) that produces relax.expr.ShapeExpr as ```Resize``` parameter. #### The error: ``` ValueError: Node /Resize cannot handle ShapeExpr inputs. ``` Cc: @Hzfengsy -- 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]
