chengven027-intellif opened a new pull request, #16644:
URL: https://github.com/apache/tvm/pull/16644

   Hi,  tvm:
       From the description of the function of  _sanitize_name:
       ```
           If the name is None, returns a string input_0, input_1, etc.
           If the input is an empty string, returns empty_0, empty_1, etc.
           If the input is a string that does not start with a letter or 
underscore,
           returns input_<name>. Otherwise, returns an unique input name.
       ```.
      The input to the current model is "input.1".which will be converted into 
"input_1" by this function.
      This conversion is wrong and does not conform to the three situations 
described above.
      So I re-modified the relevant conversion conditions according to the 
above description. I am not sure whether it will affect other cases. @jwfromm 
@gigiblender @tqchen 
      
   


-- 
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]

Reply via email to