You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/21 05:19:15 UTC

[GitHub] [incubator-tvm] wweic commented on a change in pull request #4391: [Relay][VM] Clean up the VM and VM profiler code

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:
users@infra.apache.org


With regards,
Apache Git Services