Cookiee235 opened a new issue, #18765: URL: https://github.com/apache/tvm/issues/18765
### Expected behavior: Either return a tuple representation of the placeholder or raise a clear error message. ### Actual behavior The program hangs indefinitely. ### Environment TVM: 0.23.dev0 ### Steps to reproduce ```python import tvm from tvm import te, topi in_tuple = te.placeholder([1], dtype='uint32', name='in_tuple') op_outputs = topi.get_const_tuple(in_tuple) ``` ### Triage * needs-triage -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
