Skip to content

[Relay] relay.Var allows special characters like : while chose are not allowed in the compiler #13063

@mehrdadh

Description

@mehrdadh

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions