huajsj opened a new pull request #9751:
URL: https://github.com/apache/tvm/pull/9751


   User can use "global input name" to feed input data for pipeline runtime. 
The name like
   "data_a" will be mapped into a input interface of subgraph. In this PR, we
   create the related logic to do the following things.
    1. building the input map configuration
    2. in runtime c++ module, parseing the input connection configuration then
       creating related data structure to record the said connection map.
    3. providing the function to return the map information for verification.
   
   Thanks for contributing to TVM!   Please refer to guideline 
https://tvm.apache.org/docs/contribute/ for useful information and tips. After 
the pull request is submitted, please request code reviews from 
[Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers)
 by @ them in the pull request thread.
   


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