tqchen edited a comment 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: [email protected]
