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

[ml service] Move the duplicated structure and functions of the extension_service and training_offloading_services to ml_service. #573

Merged
merged 2 commits into from
Nov 11, 2024

Commits on Nov 5, 2024

  1. [ml service] Code clean & Refactoring

    - Training offloading start function is separated into prepare_sender and preapre_receiver
    - Change mix used variable name
    - ml_pipeline_start is commonly used in start functions
    
    Signed-off-by: hyunil park <[email protected]>
    songgot committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    44d33fd View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. [ml service] Move the duplicated structure and functions of the exten…

    …sion_service
    
     and training_offloading_services to ml_service.
    
    - Remove _ml_extension_invoke_new_data(), _invoke_event_new_data()
    - Remove ml_extension_node_type_e, ml_extension_node_info_s
    - Remove ml_training_offloading_node_type_e, ml_training_offloading_node_info_s
    - Remove _ml_extension_pipeline_sink_cb(), _pipeline_sink_cb()
    - Create _ml_service_invoke_event_new_data()
    - Create ml_service_node_type_e, ml_service_node_info_s
    - Create _ml_service_pipeline_sink_cb()
    - Code clean: Change mix used variable name
    
    Signed-off-by: hyunil park <[email protected]>
    songgot committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cbe8953 View commit details
    Browse the repository at this point in the history