yongwww commented on code in PR #14189:
URL: https://github.com/apache/tvm/pull/14189#discussion_r1129008188


##########
src/script/ir_builder/ir/ir.cc:
##########
@@ -69,6 +69,49 @@ void DefFunction(const String& func_name, const BaseFunc& 
func) {
   }
 }
 
+GlobalVar AddFunction(const BaseFunc& func, String func_name_hint) {

Review Comment:
   cool, thanks for letting me know that!  Have removed add/update_function. 
pls take another look



##########
src/script/ir_builder/ir/ir.cc:
##########
@@ -69,6 +69,49 @@ void DefFunction(const String& func_name, const BaseFunc& 
func) {
   }
 }
 
+GlobalVar AddFunction(const BaseFunc& func, String func_name_hint) {

Review Comment:
   cool, thanks for letting me know that!  Have removed add/update_function 
then. pls take another look



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