Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Runtime][Pipeline Executor] Add the map logic of global input and subgraph input. #9751

Merged
merged 4 commits into from
Dec 17, 2021

Commits on Dec 16, 2021

  1. [Runtime][Pipeline Executor] Add the map logic of global input and su…

    …bgraph input.
    
    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.
    huajsj committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    11911f7 View commit details
    Browse the repository at this point in the history
  2. address review comments.

    huajsj committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    e551119 View commit details
    Browse the repository at this point in the history
  3. addres review comments.

    huajsj committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    58644c7 View commit details
    Browse the repository at this point in the history
  4. address review comments.

    huajsj committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8f6cf2d View commit details
    Browse the repository at this point in the history