erdayang opened a new issue, #17892: URL: https://github.com/apache/tvm/issues/17892
My graph is shown in the screenshot. The shape that the Reshape operator needs to receive is actually a tensor. However, at this point, TVM throws an error.  error ``` TVMError: Reshape requires the input new shape to be Shape. However, the given one is relax.TensorStructInfo ``` Is it because I am using it incorrectly, or is it that TVM does not support this? Or how can I solve this problem? -- 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]
