[Bug][Relay] TVM generates input name that cannot be imported with the parser #12362
Labels
needs-triage
PRs or issues that need to be investigated by maintainers to find the right assignees to address it
type: bug
I'm compiling an ONNX model which I realized the input name has this format
input:0
. When I import the model and run it, it works fine, however if I try to import the same Relay text with the parser it will result in error.cc @gigiblender
The text was updated successfully, but these errors were encountered: