mehrdadh opened a new issue, #13063: URL: https://github.com/apache/tvm/issues/13063
In the current TVM, relay.Var would accept variable names like `input:0` while in the compiler `:` is a special character and we are sanitizing these name before passing it to the compiler. The solution could be adding check in the relay.Var itself. This would result in adding sanitization in different places like frontends. cc @AndrewZhaoLuo @slyubomirsky @areusch -- 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]
