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 2020/07/24 18:21:00 UTC

[GitHub] [incubator-tvm] tqchen commented on issue #6136: [Runtime] should VM/graph runtime support multiple entry?

tqchen commented on issue #6136:
URL: https://github.com/apache/incubator-tvm/issues/6136#issuecomment-663670965


   We support multiple entry by default by allowing the user to pick the name of the function. For example
   
   ```python
   mod["xyz"]
   ```
   refers to the function xyz, then we could followup to call the function xyz. In the case of the graph runtime, we can have ```gmod["set_input"]`, ```gmod["run"] ```, each of them can be viewed as an entry function
   
   


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