grant-arm opened a new pull request #8720:
URL: https://github.com/apache/tvm/pull/8720


   This PR sanitizes the names of input tensors (by replacing special 
characters with underscores) before using them in the header file generated by 
the  generate_c_interface_header() function. In particular, this is necessary 
because using the Tensorflow API to create models can result in input names 
containing colons e.g. `serving_default_x:0_int8` . Using these tensor names 
directly as variable names, results in invalid C code.
   
   @Mousius @manupa-arm @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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to