wweic commented on a change in pull request #4391: [Relay][VM] Clean up the VM 
and VM profiler code
URL: https://github.com/apache/incubator-tvm/pull/4391#discussion_r348899115
 
 

 ##########
 File path: include/tvm/runtime/vm.h
 ##########
 @@ -547,6 +547,10 @@ class Executable : public ModuleNode {
    */
   runtime::Module GetLib() const { return lib; }
 
+  int GetFunctionArity(std::string func) const;
+
+  std::string GetFunctionParameterName(std::string func, uint32_t index) const;
 
 Review comment:
   ditto.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to