leiwen83 opened a new pull request, #15692:
URL: https://github.com/apache/tvm/pull/15692

   If Resize take shape like input's shape is dynamic one, and we use scales 
sampling mode, then it would report error like below, for currently relax onnx 
frontend still deem all shape in input a const value. Then the dynamic tir.Var 
would has no value to extract out.
   
   AttributeError: <class 'tvm.tir.expr.SizeVar'> has no attribute value
   
   Use tir expr to get calculation result for scaled size.


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

Reply via email to