junrushao commented on code in PR #15674:
URL: https://github.com/apache/tvm/pull/15674#discussion_r1319340562


##########
src/runtime/relax_vm/executable.cc:
##########
@@ -75,6 +75,10 @@ PackedFunc Executable::GetFunction(const String& name, const 
ObjectPtr<Object>&
       vm->LoadExecutable(GetObjectPtr<Executable>(this));
       *rv = Module(vm);
     });
+  } else if (name == "func_exists") {

Review Comment:
   sounds good. I'm updating the name on my end to accelerate PR merge



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